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