mirror of
https://github.com/graphql-python/graphene.git
synced 2025-04-15 06:42:00 +03:00
Fix type
This commit is contained in:
parent
72090027cb
commit
0779329ad3
|
@ -117,7 +117,7 @@ class Query(graphene.ObjectType):
|
|||
fullName=graphene.String(),
|
||||
sortKey=graphene.String(),
|
||||
sortDirection=graphene.String())
|
||||
user = relay.NodeField(Users)
|
||||
user = relay.NodeField(User)
|
||||
viewer = graphene.Field('self') # needed for Relay
|
||||
|
||||
# args will be a dict with 'fullName', 'sortKey' and 'sortDirection'
|
||||
|
|
Loading…
Reference in New Issue
Block a user