Replies: 1 comment 1 reply
-
Right now that is not possible. Please create a feature request. What you can do in the current version is to specify the response type for each list field individually using customTypeMapping |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to override from a list to a set for a POJO that is generated from a schema with the list type?
I have a schema definition,
versions: [String!]
Instead of using a List in the POJO like this,
List versions
I want to use a set like this,
Set versions
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions