From 5d25eafe6233a8801c1a8d285e66875cd8cb393a Mon Sep 17 00:00:00 2001 From: Alex Larsen Date: Thu, 7 Oct 2021 17:18:14 -0600 Subject: [PATCH] Small typo fix Source if needed: https://www.merriam-webster.com/dictionary/query (under the verb query) Thanks for a great repo and some good information! --- pentesting/pentesting-web/graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentesting/pentesting-web/graphql.md b/pentesting/pentesting-web/graphql.md index d4c0df4d..becd73ca 100644 --- a/pentesting/pentesting-web/graphql.md +++ b/pentesting/pentesting-web/graphql.md @@ -62,7 +62,7 @@ If introspection is enabled you can use [**GraphQL Voyager**](https://github.com More and more **graphql endpoints are disabling introspection**. However, the errors that graphql throws when an unexpected request is received are enough for tools like [**clairvoyance**](https://github.com/nikitastupin/clairvoyance) to recreate most part of the schema. -### Quering +### Querying Now that we know which kind of information is saved inside the database, let's try to **extract some values**.