mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-10 16:22:20 +03:00
Merge remote-tracking branch 'origin/main'
# Conflicts: # graphene_django/rest_framework/mutation.py
This commit is contained in:
commit
a049b1d327
|
@ -80,7 +80,8 @@ class SerializerMutation(ClientIDMutation):
|
|||
exclude_fields=(),
|
||||
convert_choices_to_enum=True,
|
||||
_meta=None,
|
||||
optional_fields=() ** options,
|
||||
optional_fields=(),
|
||||
**options
|
||||
):
|
||||
if not serializer_class:
|
||||
raise Exception("serializer_class is required for the SerializerMutation")
|
||||
|
|
Loading…
Reference in New Issue
Block a user