mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Fix grammar
This commit is contained in:
parent
727e09105f
commit
07ec419578
|
@ -103,7 +103,7 @@ class IterableConnectionField(Field):
|
|||
|
||||
if is_node(connection_type):
|
||||
raise Exception(
|
||||
"ConnectionField's now need a explicit ConnectionType for Nodes.\n"
|
||||
"ConnectionFields now need a explicit ConnectionType for Nodes.\n"
|
||||
"Read more: https://github.com/graphql-python/graphene/blob/v2.0.0/UPGRADE-v2.0.md#node-connections"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user