I have a bunch of `graphqls` definitions. I would like to manually add all method that will be resolvers instead of having ClassScanner search for it. How can I do that in SpringBoot app?
I have a bunch of
graphqlsdefinitions. I would like to manually add all method that will be resolvers instead of having ClassScanner search for it.How can I do that in SpringBoot app?