strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
https://strawberry.rocks/docs/django
MIT License
415 stars 120 forks source link

Have the DjangoOptimizerExtension also handle the Nested Filtering and Ordering edge cases. #378

Closed NT-Timm closed 5 months ago

NT-Timm commented 1 year ago

Queries with Nested Filters and Orders in them are not optimized. Which can cause a lot of unneeded extra query calls.

Here @bellini666 asked @vitosamson to put up an issue for this. But I saw none here so here's mine.

I'm a bit short on time but I'll post an example tomorrow.

Upvote & Fund

Fund with Polar

bellini666 commented 5 months ago

This was resolved by https://github.com/strawberry-graphql/strawberry-django/releases/tag/v0.44.0