Changes between Initial Version and Version 1 of Ticket #35083, comment 4


Ignore:
Timestamp:
Jan 4, 2024, 7:25:50 AM (11 months ago)
Author:
Drew Winstel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35083, comment 4

    initial v1  
    11> Out of interest though, View standardly has a sync dispatch, which you've overridden here:
    22
    3 Right, that's because strawberry's `dispatch()` is overridden as well: https://github.com/strawberry-graphql/strawberry/blob/main/strawberry/django/views.py#L266-L277
     3Right, that's because strawberry's `dispatch()` is overridden as well with a fully `async def` version: https://github.com/strawberry-graphql/strawberry/blob/main/strawberry/django/views.py#L266-L277
    44
    55> Likely off-topic but just for future context, Drew could you maybe briefly say how it comes up — I guess the Strawberry base class is async def all the way... or ... 🤔?
Back to Top