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