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 5c3306e commit 93bbc19Copy full SHA for 93bbc19
graphene_django/rest_framework/mutation.py
@@ -126,4 +126,4 @@ def mutate(cls, instance, args, request, info):
126
def perform_mutate(cls, serializer, info):
127
obj = serializer.save()
128
129
- return cls(errors=[], **obj)
+ return cls(errors=[], **obj)
0 commit comments