graphene-django-cud icon indicating copy to clipboard operation
graphene-django-cud copied to clipboard

FilterUpdate return data is not correct

Open tOgg1 opened this issue 3 years ago • 0 comments

The reason for this is that the queryset being lazily evaluated on return no longer matches the original filter.

Fixing this may require prefetching all the results of the update call, which somewhat negates the utility of the mutation (being able to update a large amount of records).

tOgg1 avatar May 09 '22 06:05 tOgg1