I am migrating spring boot version from 2.6.6 to 3.3.0
i followed step here :
Springboot 3 and GraphQL compatibility
But now all of my *Resolver.java are not call during a graphql request
So i can’t get complexe field with graphql request
How to enable GraphQLResolver in spring boot 3 ?