Replies: 1 comment 4 replies
-
Does your server api allow that ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Forgive me for the simple question as its my first time using this graphql client for my quarkus app. How do I write a dynamic where statement on my query to filter results?
I can write a query simply as such after injecting the DynamicGraphQLClient:
However, I've searched your source code for
where
and_eq
and they don't seem to exist. Is this feature available?Thanks.
Andy
Beta Was this translation helpful? Give feedback.
All reactions