From 04dbbce0305e9b2b4b95b05705f37c6abaf2e9a1 Mon Sep 17 00:00:00 2001 From: Rohan Das <83662612+3ls3if@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:54:37 +0530 Subject: [PATCH] Update GraphQL_Cheat_Sheet.md At line number 317, there is a small grammatical mistake. Instead of "them", it should be "then". - [InQL Scanner](https://github.com/doyensec/inql) - Security scanner for GraphQL. Particularly useful for generating queries and mutations automatically from given schema and them feeding them to scanner. --- cheatsheets/GraphQL_Cheat_Sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/GraphQL_Cheat_Sheet.md b/cheatsheets/GraphQL_Cheat_Sheet.md index 8cd69ef035..29eff36561 100644 --- a/cheatsheets/GraphQL_Cheat_Sheet.md +++ b/cheatsheets/GraphQL_Cheat_Sheet.md @@ -314,7 +314,7 @@ GraphQL APIs in production shouldn't return stack traces or be in debug mode. Do ### Tools -- [InQL Scanner](https://github.com/doyensec/inql) - Security scanner for GraphQL. Particularly useful for generating queries and mutations automatically from given schema and them feeding them to scanner. +- [InQL Scanner](https://github.com/doyensec/inql) - Security scanner for GraphQL. Particularly useful for generating queries and mutations automatically from given schema and then feeding them to scanner. - [GraphiQL](https://github.com/graphql/graphiql) - Schema/object exploration - [GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) - Schema/object exploration