apollo-mongo-server:
cd apollo-mongo-server
npm start
vue-apollo-client:
cd vue-apollo-client
npm run serve
- Build a GraphQL Server with Node.js and MongoDB
- Apollo docs
- Vue Apollo docs
- Learn Vue Apollo With GraphQL in 15 Minutes
- https://github.com/romucci/boilerplate-vue-apollo-graphql-mongodb
- Syncing backend Apollo/GraphQL updates with Vue UI
- create new Book mutation
- delete Book mutation
- update Book mutation