graphene-django-cud
graphene-django-cud copied to clipboard
FilterUpdate return data is not correct
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).