Skip to content

Commit ab7bab2

Browse files
committed
fix typo
1 parent 83c94e6 commit ab7bab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gql/utilities/get_introspection_query_ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_introspection_query_ast(
7575
fragment_FullType.select(ds.__Type.isOneOf)
7676
except AttributeError:
7777
raise NotImplementedError(
78-
"IsOneOf is only supported from graphql-core version 3.3.0a7"
78+
"isOneOf is only supported from graphql-core version 3.3.0a7"
7979
)
8080
if specified_by_url:
8181
fragment_FullType.select(ds.__Type.specifiedByURL)

0 commit comments

Comments
 (0)