Skip to content

Commit

Permalink
Update GraphQL_Cheat_Sheet.md (#1554)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
3ls3if authored Dec 6, 2024
1 parent 6920eb3 commit 40713af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/GraphQL_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40713af

Please sign in to comment.