spring-graphql
spring-graphql copied to clipboard
Class Name differs from Schema Object name
If the graphql schema object name differs from class name, the controller @QueryMapping works but @SchemaMapping does not work. If change graphql schema name to same as class name then SchemaMapping works. Do we class level annotation to map a class to graphql object name for "SchemaMapping" to work?