smallrye-graphql
smallrye-graphql copied to clipboard
Ignore classes and interfaces of input types
Hello,
As GraphQL does not allow interfaces on input types, would it be possible to not add extended classes and implemented interfaces on classes used as input types ? It would allow inheriting java objects as input of graphql queries/mutation.
Thanks.