spring-graphql icon indicating copy to clipboard operation
spring-graphql copied to clipboard

Class Name differs from Schema Object name

Open saintcoder opened this issue 3 years ago • 0 comments

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?

saintcoder avatar Aug 16 '22 22:08 saintcoder