-
Notifications
You must be signed in to change notification settings - Fork 93
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
TypeSafe Client how to use List of Ids #1359
Comments
@jmartisk can you help ? |
Please check if #1365 helps |
From the code it looks good, I will try to test it later or tomorrow. |
I only have quarkus based tests. The current quarkus version seems not to work with the branch, so I can't test it. If it is possible to get a schema with list of IDs in the client, it should be fine:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to have a List of Ids as Parameter.
For the server, I can do something like this:
(kotlin not tested in java, but should be similar)
which results in graphql like this:
But if I create a Client with Java or Kotlin like this:
I get an error
I can't put the Annotation inside the list like:
Since the target is not allowed.
Without the Id Annotation, it does work.
The text was updated successfully, but these errors were encountered: