Open honi opened 4 years ago
Having similar issue. Also tracking similar question on graphene repo: https://github.com/graphql-python/graphene-django/issues/1526
Hitting a similar issue, but trying to make a queryset distinct. Did you have any luck?
I want to be able to apply a global filter for a model, for example by a published field.
See this example code and the comment inside the get_queryset method:
What would be the recommended approach to achieve this using this library?