This commit is contained in:
Yuriy Vaskin 2018-03-22 08:01:11 +00:00 committed by GitHub
commit 645eda9a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,6 @@ class IterableConnectionField(Field):
edge_type=connection_type.Edge, edge_type=connection_type.Edge,
pageinfo_type=PageInfo pageinfo_type=PageInfo
) )
connection.iterable = resolved
return connection return connection
@classmethod @classmethod