We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358d0e8 commit da87c2fCopy full SHA for da87c2f
src/graphql/utilities/get_introspection_query.py
@@ -303,4 +303,4 @@ class IntrospectionSchema(MaybeWithDescription):
303
304
305
# The root typed dictionary for schema introspections.
306
-IntrospectionQuery = TypedDict("IntrospectionQuery", [("__schema", IntrospectionSchema)])
+IntrospectionQuery = TypedDict("IntrospectionQuery", {"__schema": IntrospectionSchema})
0 commit comments