When handle_django_errors
is turned on (either globally or for an individual mutation) for mutations.delete
and mutations.update
then filters
on those mutations has no effect.
The problem is here:
strawberry-django/strawberry_django/filters.py
Lines 320 to 321 in 90e1878
When handle_django_errors
is turned on, is_list
is no longer true, because the return type is now a union with OperationInfo
. Additionally, the return type is now no longer even a list.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too