Когда я пытаюсь построить graphql с пружинной загрузкой, я получаю следующую проблему
Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphQLWebsocketServlet' defined in class path resource
[com/oembedler/moon/graphql/boot/GraphQLWebsocketAutoConfiguration.c
lass]: Unsatisfied dependency expressed through method 'graphQLWebsocketServlet' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'graphql.servlet.GraphQLInvocationInputFactory' available: expected at least 1 bean which qualifies as autowire candidate.