strawberry-graphql / strawberry-django

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

0.10.x stopped passing filters to `get_queryset` of types #294

Closed illia-v closed 1 year ago

illia-v commented 1 year ago

0.9.5 and previous versions used to pass filters as an item of kwargs to get_queryset of types.

0.10.x stopped doing so contradicting this piece of documentation

Upvote & Fund

Fund with Polar

bellini666 commented 1 year ago

Hi @illia-v ,

Thanks for pointing that out, I might have changed it by mistake during the whole refactoring that I did in the lib.

I'll try to fix this during the weekend!

bellini666 commented 1 year ago

I actually already created a fix for this! :)

illia-v commented 1 year ago

Hi @bellini666,

Thanks for the quick fix!