mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Update graphene/relay/connection.py
Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
This commit is contained in:
parent
55c7a67275
commit
4b0cac5fb5
|
@ -152,7 +152,7 @@ class IterableConnectionField(Field):
|
|||
return resolved
|
||||
|
||||
assert isinstance(resolved, Iterable), (
|
||||
"Resolved value from the connection field has to be iterable or instance of {}. "
|
||||
"Resolved value from the connection field has to be an iterable or instance of {}. "
|
||||
'Received "{}"'
|
||||
).format(connection_type, resolved)
|
||||
connection = connection_from_array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user