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 c707ee0 commit 045390bCopy full SHA for 045390b
graphql/core/utils.py
@@ -115,7 +115,7 @@ def enter(self, node):
115
arg_def = None
116
self._argument = arg_def
117
self._input_type_stack.append(arg_type)
118
- elif isinstance(node, ast.ListType):
+ elif isinstance(node, ast.ListValue):
119
list_type = get_nullable_type(self.get_input_type())
120
self._input_type_stack.append(
121
list_type.of_type if isinstance(list_type, GraphQLList) else None
0 commit comments