Update GraphQL.md

This commit is contained in:
Mehdi 2023-10-05 09:31:49 +03:30 committed by GitHub
parent 50967cc573
commit 63e951cdb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ It's interesting to know if the errors are going to be shown as they will contri
### Enumerate Database Schema via Introspection ### Enumerate Database Schema via Introspection
> >
> If introspection is enabled but the above query doesn't run, try removing the onOperation, onFragment, and onField directives from the query structure. > If introspection is enabled but the below query doesn't run, try removing the onOperation, onFragment, and onField directives from the query structure.
```graphql ```graphql
#Full introspection query #Full introspection query