I am using quarkus with SmallRye GraphQL. Given this resolver: public Person partner(@Source Person person) throws GraphQLException { Person …
I am using quarkus with SmallRye GraphQL. Given this resolver: public Person partner(@Source Person person) throws GraphQLException { Person …