How to use where and filter in GraphQL in one query? #3716
Unanswered
markrado123
asked this question in
Q&A
Replies: 2 comments
-
Solved, please close. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @markrado123 ! You can check how other services done it, for example GitHub API v4 is using GraphQL and you can check it live in their Explorer. If you want to see example with source code, you can check my project Quotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible using in one query also where and filter.
At the moment it is my query:
I want add filter:
Beta Was this translation helpful? Give feedback.
All reactions