Changes between Initial Version and Version 1 of Ticket #35083, comment 4
- Timestamp:
- Jan 4, 2024, 7:25:50 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35083, comment 4
initial v1 1 1 > Out of interest though, View standardly has a sync dispatch, which you've overridden here: 2 2 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-L2773 Right, 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 4 4 5 5 > 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 ... 🤔?