Remove unused field

`.iterable` is not used anywhere in the code so can be safely removed.
This commit is contained in:
Yuriy Vaskin 2018-03-20 14:42:05 +03:00
parent 2594cdb614
commit 7384ad77d8

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