graphql-java-codegen
graphql-java-codegen copied to clipboard
Make your GraphQL Java application schema-driven.
**Is your feature request related to a problem? Please describe.** Currently, I'm able to duplicate fields in the schema multiple times and the value of the last field is taken...
Kotlin input parameters generation does not support `useWrapperForNullableInputTypes` configuration property (https://github.com/kobylynskyi/graphql-java-codegen/blob/main/src/main/java/com/kobylynskyi/graphql/codegen/kotlin/KotlinGraphQLTypeMapper.java#L193). Looking at the comments mentioned below I am not sure if adding support for this flag is planned? Kotlin...