We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e739193 commit e05f41aCopy full SHA for e05f41a
graphene_django/rest_framework/mutation.py
@@ -87,6 +87,6 @@ def perform_mutate(cls, serializer, info):
87
88
kwargs = {}
89
for f, field in serializer.fields.items():
90
- kwargs[f] = field.get_attribute(obj)
+ kwargs[f] = field.get_attribute(obj)
91
92
return cls(errors=None, **kwargs)
0 commit comments