kobylynskyi / graphql-java-codegen

Make your GraphQL Java application schema-driven.
https://kobylynskyi.github.io/graphql-java-codegen/
MIT License
269 stars 114 forks source link

GraphQL OneOf Directive #1524

Open abigailCortis opened 2 months ago

abigailCortis commented 2 months ago

In version 21.2, graphql-java have added support for the proposed Graphql directive oneOf. We would like to use this directive in conjunction the generated classes using this library. Are there plans to update the supported version of graphql-java? Or else, how can this directive be included in the generated InputDto classes please?