mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-24 11:02:04 +03:00
remove **from.data from base mutation
This commit is contained in:
parent
b84f61afab
commit
3b1addffad
|
@ -47,7 +47,7 @@ class BaseDjangoFormMutation(ClientIDMutation):
|
|||
else:
|
||||
errors = ErrorType.from_errors(form.errors)
|
||||
|
||||
return cls(errors=errors, **form.data)
|
||||
return cls(errors=errors)
|
||||
|
||||
@classmethod
|
||||
def get_form(cls, root, info, **input):
|
||||
|
|
Loading…
Reference in New Issue
Block a user