mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
Update graphene_django/rest_framework/mutation.py
Co-authored-by: Kien Dang <kiend@pm.me>
This commit is contained in:
parent
cde0e23854
commit
6240bdd85d
|
@ -78,7 +78,7 @@ class SerializerMutation(ClientIDMutation):
|
|||
exclude_fields=(),
|
||||
convert_choices_to_enum=True,
|
||||
_meta=None,
|
||||
optional_fields=()
|
||||
optional_fields=(),
|
||||
**options
|
||||
):
|
||||
if not serializer_class:
|
||||
|
|
Loading…
Reference in New Issue
Block a user