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 c4f29f0 commit 7a5ad21Copy full SHA for 7a5ad21
graphene/relay/types.py
@@ -87,7 +87,7 @@ def for_node(cls, node, edge_type=None):
87
{'edge_type': edge_type, 'edges': edges})
88
89
@classmethod
90
- def from_list(cls, iterable, args, info):
+ def from_list(cls, iterable, args, context, info):
91
assert isinstance(
92
iterable, Iterable), 'Resolved value from the connection field have to be iterable'
93
connection = connection_from_list(
0 commit comments