Skip to content

Commit 7dc3cb4

Browse files
committed
adjust README.md
1 parent 7b01805 commit 7dc3cb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# react-apollo-client-example
1+
# apollo-client-mocking-example
22

3-
A minimal React application using Apollo Client with GitHub's GraphQL API. On the side, React's local state is still used for local data whereas Apollo Client with its queries and mutations is used for remote data. [Read more about it here](https://www.robinwieruch.de/react-apollo-link-state-tutorial) without including the Apollo Link State sections.
3+
A minimal React application using Apollo Client with a **mocked** GitHub's GraphQL API by implementing an own GraphQL schema.
44

55
## Installation
66

7-
* `git clone git@github.com:rwieruch/react-apollo-client-example.git`
8-
* cd react-apollo-client-example
7+
* `git clone git@github.com:rwieruch/apollo-client-mocking-example.git`
8+
* cd apollo-client-mocking-example
99
* npm install
1010
* [add your own REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN in .env file](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
1111
* scopes/permissions you need to check: admin:org, repo, user, notifications

0 commit comments

Comments
 (0)