Similar to what we do for filters, we could allow people to add a static qs to fields:
@strawberry.type
class Query:
posts: list[PostType] = strawberry_django.field(Post, queryset=Post.objects.published())
all_posts: list[PostType] = strawberry_django.field(Post, queryset=Post.objects.all()) # with permission
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too