Replies: 1 comment 2 replies
-
You mean as a constant, e.g. for But looking at your code, maybe you want to enable the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On the GitLab GraphQL api you can do:
Can be executed here: https://gitlab.com/-/graphql-explorer
With the Typesafe GraphQL client, it is possible to use
@NestedParameter
like this:Working example: https://github.com/jmini/gitlab-experiments/tree/main/smallrye-graphql-client
But this parametrize the query:
Which is fine, but I am wondering if I can set the input value to be set to a specific value, instead of surfacing it at method member.
Beta Was this translation helpful? Give feedback.
All reactions