A standalone version of a Apollo Client using GitHub's GraphQL API for performing queries and mutations. Read more about it here.
- Node.js standalone application for the command line
- Apollo Client with Apollo Boost with GitHub GraphQL API
- Queries and Mutations
git clone [email protected]:the-road-to-graphql/node-apollo-boost-github-graphql-api.git
cd node-apollo-boost-github-graphql-api
- add your own GitHub personal access token in a .env file in your root folder
- GITHUB_PERSONAL_ACCESS_TOKEN=xxxXXX
npm install
npm start
- Please install Prettier integration to your editor and turn on format on save option.
- Don't miss upcoming Tutorials and Courses
- Check out current React Courses