smallrye-graphql icon indicating copy to clipboard operation
smallrye-graphql copied to clipboard

Ignore classes and interfaces of input types

Open Pilpin opened this issue 2 years ago • 0 comments

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.

Pilpin avatar Jul 24 '23 14:07 Pilpin