mohannad
mohannad
Is there any update on this?
Is it possible to cancel the query manually? and if not, is there any workarounds? for context: I'm building a desktop application using electron js, and i need to give...
@tfranzel thank you! for now, as a workaround, I implemented a custom `AutoSchema` class with a custom implementation of `_get_serializer_name` and `_get_response_for_code` methods to inject/pass the data I need
Cool! I liked how you did the backward compatibility (by Checking the method signature), and I think the changes are safe (the changes should only affect the users with custom...
@mrin9 any updates regarding this issue?