react-apollo-client-mocking-example
react-apollo-client-mocking-example copied to clipboard
A minimal React application using Apollo Client with a mocked GitHub's GraphQL API by implementing an own GraphQL schema.
react-apollo-client-mocking-example
A minimal React application using Apollo Client with a mocked GitHub's GraphQL API by implementing an own GraphQL schema. Read more about it here.
Installation
git clone [email protected]:the-road-to-graphql/react-apollo-client-mocking-example.git- cd apollo-client-mocking-example
- npm install
- add your own REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN in .env file
- scopes/permissions you need to check: admin:org, repo, user, notifications
- npm start
- visit
http://localhost:3000
Want to learn more about React + GraphQL + Apollo?
- Don't miss upcoming Tutorials and Courses
- Check out current React Courses