James Peters
James Peters
I agree B is what would be needed. I ended up using graphql-java-codegen (https://github.com/kobylynskyi/graphql-java-codegen) to solve this. I generate an interface for each query file and then wrote a unit...
@rstoyanchev Sorry yes I missed that bit out. It also generates TypeResolver interfaces with `@SchemaMapping` methods. I don't use any union/interface types though
Hey, I just got around to testing this when upgrading to Spring Boot 3.1. I seem to be getting false positives for unmapped fields that have a java field. I...
@bclozel Raised as a new issue in #674
Is there any chance this will get looked at? Currently it means working with enums is pretty ugly on the typescript side