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 e897efb commit bc98505Copy full SHA for bc98505
graphene/relay/fields.py
@@ -41,7 +41,7 @@ def resolver(self, instance, args, context, info):
41
return resolved
42
return self.from_list(connection_type, resolved, args, context, info)
43
44
- def from_list(self, connection_type, resolved, args, info):
+ def from_list(self, connection_type, resolved, args, context, info):
45
return connection_type.from_list(resolved, args, context, info)
46
47
def get_connection_type(self, node):
0 commit comments