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!
This commit is contained in:
Alex Larsen 2021-10-07 17:18:14 -06:00 committed by GitHub
parent c7fa6d722a
commit 5d25eafe62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**.