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 8ab1b56 commit 6e3b190Copy full SHA for 6e3b190
src/graphql/type/validate.py
@@ -201,7 +201,7 @@ def validate_types(self):
201
# Ensure all provided types are in fact GraphQL type.
202
if not is_named_type(type_):
203
self.report_error(
204
- f"Expected GraphQL named type but got: {inspect(type)}.",
+ f"Expected GraphQL named type but got: {inspect(type_)}.",
205
type_.ast_node if type_ else None,
206
)
207
continue
0 commit comments