Update graphene_django/rest_framework/mutation.py

Co-authored-by: Kien Dang <kiend@pm.me>
This commit is contained in:
mahmoudmostafa0 2023-08-26 11:20:54 +03:00 committed by GitHub
parent cde0e23854
commit 6240bdd85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: