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 apollo
git clone https://github.com/apollostack/meteor-integration.git
cd meteor-integration
npm install
npm run test
Used in an app: https://github.com/lorensr/test-meteor-apollo