mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-17 19:52:23 +03:00
Don't use mutable data structure
This commit is contained in:
parent
32a11277cf
commit
b1cebefb38
|
@ -52,7 +52,7 @@ class SerializerMutation(ClientIDMutation):
|
|||
lookup_field=None,
|
||||
serializer_class=None,
|
||||
model_class=None,
|
||||
model_operations=["create", "update"],
|
||||
model_operations=("create", "update"),
|
||||
only_fields=(),
|
||||
exclude_fields=(),
|
||||
**options
|
||||
|
|
Loading…
Reference in New Issue
Block a user