https://github.com/graphqlguide/guide
📖 The GraphQL Guide website
https://github.com/graphqlguide/guide
apollo apollo-client graphql
Last synced: 2 months ago
JSON representation
📖 The GraphQL Guide website
- Host: GitHub
- URL: https://github.com/graphqlguide/guide
- Owner: GraphQLGuide
- Created: 2017-01-12T01:47:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T19:23:48.000Z (about 4 years ago)
- Last Synced: 2025-03-25T03:43:55.503Z (2 months ago)
- Topics: apollo, apollo-client, graphql
- Homepage: https://graphql.guide
- Size: 2.77 MB
- Stars: 152
- Watchers: 12
- Forks: 20
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Supporting
If you'd like to read the GraphQL Guide, and if you can afford to purchase it or if your company reimburses you for educational materials (most do 👍), we would value your support: [https://graphql.guide](https://graphql.guide).
## Chapter 6
Numbered branches (`0` and up) have the most up-to-date code (often newer than the most recent published revision of the book). When code has changed between book revisions, a new code version is created, and each branch is tagged, with the naming format `[step]_[version]`. For instance, version `r1` of the book was published with version `0.1.0` of this repo, so the tag for step 5 was [`5_0.1.0`](https://github.com/GraphQLGuide/guide/releases/tag/5_0.1.0).
## Contributors
[/GraphQLGuide/guide/graphs/contributors](https://github.com/GraphQLGuide/guide/graphs/contributors)
Thank you to everyone who has contributed 😃🙌
## Contributing
We welcome issues and PRs! For large changes, we recommend opening an issue first to get feedback before putting in the work of a PR. Minor things like typo fixes can go directly to PRs and will usually get a quick response 😊
When editing code that's part of the book, submit the PR to the corresponding step branch (eg branch `3` for step 3) instead of to `master`.

*Setting the base branch to step `3`*
---
[CHANGELOG](https://github.com/GraphQLGuide/guide/blob/master/CHANGELOG.md)