smallrye-graphql
smallrye-graphql copied to clipboard
Make sure JsonbTransient and JsonIgnore annotations are honored by typesafe client
from https://github.com/smallrye/smallrye-graphql/blob/2.0.0.RC4/client/implementation/src/main/java/io/smallrye/graphql/client/impl/typesafe/reflection/TypeInfo.java#L159 it looks like we only exclude a field if it's annotated with @org.eclipse.microprofile.graphql.Ignore. The same should work with {javax|jakarta}.json.bind.annotation.JsonbTransient and com.fasterxml.jackson.annotation.JsonIgnore