File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ def execute(
874
874
return result .data
875
875
876
876
def fetch_schema (self ) -> None :
877
- """Fetch the GraphQL schema explicitely using introspection.
877
+ """Fetch the GraphQL schema explicitly using introspection.
878
878
879
879
Don't use this function and instead set the fetch_schema_from_transport
880
880
attribute to True"""
@@ -1245,7 +1245,7 @@ async def execute(
1245
1245
return result .data
1246
1246
1247
1247
async def fetch_schema (self ) -> None :
1248
- """Fetch the GraphQL schema explicitely using introspection.
1248
+ """Fetch the GraphQL schema explicitly using introspection.
1249
1249
1250
1250
Don't use this function and instead set the fetch_schema_from_transport
1251
1251
attribute to True"""
You can’t perform that action at this time.
0 commit comments