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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongraphql.annotations.processor.GraphQLAnnotationsgraphql.schema.GraphQLSchemagraphQLSchema(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-
Constructor Details
-
GraphQLAnnotationsAutoConfiguration
public GraphQLAnnotationsAutoConfiguration()
-
-
Method Details
-
graphQLInterfaceTypeResolver
-
graphQLAnnotations
@Bean @ConditionalOnMissingBean public graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations() -
graphQLSchema
@Bean public graphql.schema.GraphQLSchema graphQLSchema(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-