-
Notifications
You must be signed in to change notification settings - Fork 227
How to filter the child of the main query? #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also want to do these things, and have found that it does not work properly. Graphene complains that the parameters are not found on the nested type. |
Hi, any update on this? |
Hi @adifahmi you can try to do the following your objects of type
In this case I'm getting the resolving of posts within the object user
And in the query just call the resolver of the user
|
Hi @aleks-fr thanks for the code |
Hi @aleks-fr, quick q re the code you provided above. While defining the Is there a way to communicate the arguments of |
@somada141, it seems that
|
I am closing all old issues&PRs related to filtering. The discussion will continue in #347 (WIP). A proposal for the implementation of filters is currently being worked on and will be posted there once it is ready. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue. |
I'm a relative newcomer to Graphene, I'm trying to make a query like this
Query example
Filter the posts that are in draft. Is this possible?
Query:
The text was updated successfully, but these errors were encountered: