Skip to content

Commit 7a5ad21

Browse files
committed
Added context to from_list
1 parent c4f29f0 commit 7a5ad21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/relay/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def for_node(cls, node, edge_type=None):
8787
{'edge_type': edge_type, 'edges': edges})
8888

8989
@classmethod
90-
def from_list(cls, iterable, args, info):
90+
def from_list(cls, iterable, args, context, info):
9191
assert isinstance(
9292
iterable, Iterable), 'Resolved value from the connection field have to be iterable'
9393
connection = connection_from_list(

0 commit comments

Comments
 (0)