/node-apollo-boost-github-graphql-api

A standalone GraphQL application that uses Apollo Client for consuming the GitHub GraphQL API

Primary LanguageJavaScript

Apollo Client consuming GitHub's GraphQL API

Build Status Slack Greenkeeper badge

A standalone version of a Apollo Client using GitHub's GraphQL API for performing queries and mutations. Read more about it here.

Features

  • Node.js standalone application for the command line
  • Apollo Client with Apollo Boost with GitHub GraphQL API
    • Queries and Mutations

Installation

  • git clone git@github.com: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

Contributing

Want to learn more about React + GraphQL + Apollo?