mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +03:00
Fixed mutation input
This commit is contained in:
parent
c54b495b16
commit
9992952908
|
@ -57,5 +57,5 @@ class ClientIDMutation(six.with_metaclass(ClientIDMutationMeta, ObjectType)):
|
|||
return payload
|
||||
|
||||
return Promise.resolve(
|
||||
cls.mutate_and_get_payload(args, context, info)
|
||||
cls.mutate_and_get_payload(input, context, info)
|
||||
).then(on_resolve)
|
||||
|
|
Loading…
Reference in New Issue
Block a user