Use the Apollo GraphQL client and server in your Meteor app.
meteor add apollo
meteor npm install --save apollo-client graphql-server-express express graphql graphql-tools body-parserRead the docs
Check out the code tour if you'd like to see how this small package is implemented.
git clone https://github.com/apollostack/meteor-integration.git
cd meteor-integration
npm install
npm run test
open http://localhost:3000Ignore the npm peer requirements warning that appears on client and server consoles.