From 8ff5d044f3906051557009687af18376d17d5f9b Mon Sep 17 00:00:00 2001 From: Gabriel Chiong Date: Thu, 11 Aug 2022 11:55:47 +1000 Subject: [PATCH 1/2] Minor spelling mistake --- gql/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gql/client.py b/gql/client.py index d4a9dfef..1077a795 100644 --- a/gql/client.py +++ b/gql/client.py @@ -874,7 +874,7 @@ def execute( return result.data def fetch_schema(self) -> None: - """Fetch the GraphQL schema explicitely using introspection. + """Fetch the GraphQL schema explicitly using introspection. Don't use this function and instead set the fetch_schema_from_transport attribute to True""" From 5402bbc2c847f37fbc92d73aa37b39d4e05b1a60 Mon Sep 17 00:00:00 2001 From: Hanusz Leszek Date: Thu, 11 Aug 2022 10:25:50 +0200 Subject: [PATCH 2/2] Fix same spelling mistake elsewhere --- gql/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gql/client.py b/gql/client.py index 1077a795..6a6f5a67 100644 --- a/gql/client.py +++ b/gql/client.py @@ -1245,7 +1245,7 @@ async def execute( return result.data async def fetch_schema(self) -> None: - """Fetch the GraphQL schema explicitely using introspection. + """Fetch the GraphQL schema explicitly using introspection. Don't use this function and instead set the fetch_schema_from_transport attribute to True"""