We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415d7d7 commit eaa045eCopy full SHA for eaa045e
graphene_django/rest_framework/mutation.py
@@ -49,7 +49,7 @@ class Meta:
49
)
50
51
@classmethod
52
- def __init_subclass_with_meta__(cls, lookup_field=None,
+ def __init_subclass_with_meta__(cls, lookup_field=None,
53
serializer_class=None, model_class=None,
54
model_operations=['create', 'update'],
55
only_fields=(), exclude_fields=(), **options):
0 commit comments