https://github.com/sogko/graphql-schema-language-cheat-sheet
GraphQL Shorthand Notation Cheat Sheet
https://github.com/sogko/graphql-schema-language-cheat-sheet
cheat-sheets cheatsheet graphql graphql-schema graphql-schema-language gsl
Last synced: about 2 months ago
JSON representation
GraphQL Shorthand Notation Cheat Sheet
- Host: GitHub
- URL: https://github.com/sogko/graphql-schema-language-cheat-sheet
- Owner: sogko
- License: mit
- Created: 2016-04-18T07:34:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T04:08:23.000Z (over 6 years ago)
- Last Synced: 2025-01-10T23:35:21.755Z (3 months ago)
- Topics: cheat-sheets, cheatsheet, graphql, graphql-schema, graphql-schema-language, gsl
- Size: 2.28 MB
- Stars: 1,325
- Watchers: 33
- Forks: 100
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Schema Language Cheat Sheet
_The definitive guide to express your GraphQL schema succinctly_Original article available at: https://wehavefaces.net/graphql-shorthand-notation-cheatsheet-17cd715861b6

## Downloads
- [PDF](https://github.com/sogko/graphql-shorthand-notation-cheat-sheet/raw/master/graphql-shorthand-notation-cheat-sheet.pdf)
- [PNG](https://raw.githubusercontent.com/sogko/graphql-shorthand-notation-cheat-sheet/master/graphql-shorthand-notation-cheat-sheet.png)## Release notes
__28 Jan 2017__
- Fixes issue [#4](https://github.com/sogko/graphql-shorthand-notation-cheat-sheet/issues/4): Fixed typo in `enum` example.
- Fixes issue [#3](https://github.com/sogko/graphql-shorthand-notation-cheat-sheet/issues/3): Added `comments` example.
- Fixes issue [#2](https://github.com/sogko/graphql-shorthand-notation-cheat-sheet/issues/2): Added `schema` type.__10 Jun 2016__
- Fixes issue [#1](https://github.com/sogko/graphql-shorthand-notation-cheat-sheet/issues/1): `[Users]` should be `[User]`.
__19 Apr 2016__
- Updated title to "GraphQL Schema Language Cheat Sheet", as advised by @leeb.
- Updated `enum` example.__18 Apr 2016__
- First draft release.