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 000ef6c commit 5c3306eCopy full SHA for 5c3306e
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(**obj)
+ return cls(errors=[], **obj)
0 commit comments