diff --git a/graphene/relay/fields.py b/graphene/relay/fields.py index 6796d1a7..8ca12fef 100644 --- a/graphene/relay/fields.py +++ b/graphene/relay/fields.py @@ -41,7 +41,7 @@ class ConnectionField(Field): return resolved return self.from_list(connection_type, resolved, args, context, info) - def from_list(self, connection_type, resolved, args, info): + def from_list(self, connection_type, resolved, args, context, info): return connection_type.from_list(resolved, args, context, info) def get_connection_type(self, node):