In your Meteor app, first add @apollo/client, then add this package and you can start using Apollo with Meteor users:
meteor npm i --save @apollo/client
meteor add apollogit clone https://github.com/apollostack/meteor-integration.git
cd meteor-integration
npm install
npm run testUsed in an app: https://github.com/lorensr/test-meteor-apollo