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 efe0182 commit f4ac817Copy full SHA for f4ac817
gql/utilities/get_introspection_query_ast.py
@@ -73,7 +73,7 @@ def get_introspection_query_ast(
73
if input_object_one_of:
74
try:
75
fragment_FullType.select(ds.__Type.isOneOf)
76
- except AttributeError:
+ except AttributeError: # pragma: no cover
77
raise NotImplementedError(
78
"isOneOf is only supported from graphql-core version 3.3.0a7"
79
)
0 commit comments