Add GraphQL cheatsheet (#7977)

- Add GraphQL cheatsheet
pull/8024/head
Hariraj 2022-10-11 06:23:46 +05:30 committed by GitHub
parent c303db3a4f
commit fc56d93ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* [Docker](#docker)
* [Git](#git)
* [Go](#go)
* [GraphQL](#graphql)
* [HTML and CSS](#html-and-css)
* [IDE and editors](#ide-and-editors)
* [Java](#java)
@ -152,6 +153,11 @@
* [Go Handbook](https://thevalleyofcode.pages.dev/go-handbook.pdf) - Flavio Copes, The Valley of Code (PDF)
### GraphQL
* [GraphQL Cheatsheet]([https://devhints.io/go](https://devhints.io/graphql)) - devhints, Rico Santa Cruz (HTML)
### HTML and CSS
* [Accessibility CheatSheet](https://learn-the-web.algonquindesign.ca/topics/accessibility-cheat-sheet/) - Algonquin Design (HTML)