Alteration (enhancement/optimization) of existing feature(s)
I'm using django-channels and strawberry-graphql
I tried to found a way to motify http status code and it's possible by modifying temporal responds object in a resolver.
info.context.response.status_code = code
But i want to do it in general. For example, if there's any exception during execution, I want to return status code 400.
How can I do it in a coveniently? It's very time consuming to add it for every resolver.
Is there any way to do it? Or is there any plan to develop a new feature?
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