José M. Palomar
Results
1
comments of
José M. Palomar
Same problem here. It is related to processing of `@JsonAnyGetter` annotation of class [GraphQLResponseBody.java](https://github.com/micronaut-projects/micronaut-graphql/blob/master/graphql/src/main/java/io/micronaut/configuration/graphql/GraphQLResponseBody.java). For some reason properties of `specification` map are handled using reflection instead of bean introspection. You...