mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-18 20:22:21 +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,
|
lookup_field=None,
|
||||||
serializer_class=None,
|
serializer_class=None,
|
||||||
model_class=None,
|
model_class=None,
|
||||||
model_operations=["create", "update"],
|
model_operations=("create", "update"),
|
||||||
only_fields=(),
|
only_fields=(),
|
||||||
exclude_fields=(),
|
exclude_fields=(),
|
||||||
**options
|
**options
|
||||||
|
|
Loading…
Reference in New Issue
Block a user