[question] Authorization/Queryset filtering #1178
Unanswered
cocochepeau
asked this question in
Q&A
Replies: 3 comments
|
I don't currently see a good way to do this, the querysets are merged during |
0 replies
|
Thanks for your answer. I'm still learning Python/Django so thanks again for the explanation. :) I'll try to follow #79 as well. |
0 replies
|
You would now define a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
First of all, thanks for the amazing work!
By using this: http://docs.graphene-python.org/projects/django/en/latest/authorization/#queryset-filtering-on-lists
How can I achieve the same thing with relay queries. For example with:
Basically, I want to limit the queryset to only published projects.
Thanks again.
All reactions