From 63e951cdb72bebbf22316621e596229523eeedbc Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 5 Oct 2023 09:31:49 +0330 Subject: [PATCH] Update GraphQL.md --- GraphQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphQL.md b/GraphQL.md index 3088da7..2f4c86e 100644 --- a/GraphQL.md +++ b/GraphQL.md @@ -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 > -> 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 #Full introspection query