Skip to content

Commit da87c2f

Browse files
authored
Update get_introspection_query.py
1 parent 358d0e8 commit da87c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/utilities/get_introspection_query.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,4 @@ class IntrospectionSchema(MaybeWithDescription):
303303

304304

305305
# The root typed dictionary for schema introspections.
306-
IntrospectionQuery = TypedDict("IntrospectionQuery", [("__schema", IntrospectionSchema)])
306+
IntrospectionQuery = TypedDict("IntrospectionQuery", {"__schema": IntrospectionSchema})

0 commit comments

Comments
 (0)