We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c94e6 commit ab7bab2Copy full SHA for ab7bab2
gql/utilities/get_introspection_query_ast.py
@@ -75,7 +75,7 @@ def get_introspection_query_ast(
75
fragment_FullType.select(ds.__Type.isOneOf)
76
except AttributeError:
77
raise NotImplementedError(
78
- "IsOneOf is only supported from graphql-core version 3.3.0a7"
+ "isOneOf is only supported from graphql-core version 3.3.0a7"
79
)
80
if specified_by_url:
81
fragment_FullType.select(ds.__Type.specifiedByURL)
0 commit comments