From 51d5392d604a5156f5f0cb6b2ca66a5ebe8d159a Mon Sep 17 00:00:00 2001 From: nnguyen <98671494+maingocnguyen@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:46:12 -0500 Subject: [PATCH] Add GraphQL cheatsheet (#8079) * Add GraphQL cheatsheet * Update more/free-programming-cheatsheets.md Co-authored-by: Eric Hellman Co-authored-by: Eric Hellman --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 2bbf46cf0..b69a5febb 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -178,6 +178,7 @@ ### GraphQL * [GraphQL Cheat Sheet](https://licor.me/post/graphql) - Chuanrong Li (HTML) +* [GraphQL Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html) - Jim Manico, Jakub Maćkowski (HTML) * [GraphQL Cheat Sheet](https://simplecheatsheet.com/tag/graphql-cheat-sheet) - Simple Cheat Sheet (HTML) * [GraphQL Cheatsheet](https://devhints.io/graphql) - devhints, Rico Santa Cruz (HTML)