Class GraphQLAnnotationsAutoConfiguration

java.lang.Object
graphql.kickstart.autoconfigure.annotations.GraphQLAnnotationsAutoConfiguration

@AutoConfiguration @ConditionalOnProperty(value="graphql.schema-strategy", havingValue="ANNOTATIONS") @EnableConfigurationProperties(GraphQLAnnotationsProperties.class) public class GraphQLAnnotationsAutoConfiguration extends Object
  • Constructor Details

    • GraphQLAnnotationsAutoConfiguration

      public GraphQLAnnotationsAutoConfiguration()
  • Method Details

    • graphQLInterfaceTypeResolver

      @Bean public GraphQLInterfaceTypeResolver graphQLInterfaceTypeResolver()
    • graphQLAnnotations

      @Bean @ConditionalOnMissingBean public graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations()
    • graphQLSchema

      @Bean public graphql.schema.GraphQLSchema graphQLSchema(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)