Package | Description |
---|---|
org.springframework.boot.autoconfigure.graphql |
Auto-configuration for Spring GraphQL.
|
org.springframework.boot.autoconfigure.graphql.data |
Auto-configuration classes for data integrations with GraphQL.
|
org.springframework.boot.autoconfigure.graphql.reactive |
Auto-configuration classes for WebFlux support in Spring GraphQL.
|
org.springframework.boot.autoconfigure.graphql.servlet |
Auto-configuration classes for MVC support in Spring GraphQL.
|
org.springframework.boot.test.autoconfigure.graphql.tester |
Auto-configuration for GraphQL tester.
|
Class and Description |
---|
ConditionalOnGraphQlSchema
@Conditional that only matches when a GraphQL schema is defined for
the application, through schema files or infrastructure beans. |
GraphQlProperties
properties for Spring GraphQL. |
GraphQlProperties.Graphiql |
GraphQlProperties.Rsocket |
GraphQlProperties.Schema |
GraphQlProperties.Schema.Introspection |
GraphQlProperties.Schema.Printer |
GraphQlProperties.Websocket |
GraphQlSourceBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize properties of
Builder whilst retaining default auto-configuration. |
Class and Description |
---|
GraphQlSourceBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize properties of
Builder whilst retaining default auto-configuration. |
Class and Description |
---|
GraphQlCorsProperties
Configuration properties for GraphQL endpoint's CORS support.
|
GraphQlProperties
properties for Spring GraphQL. |
Class and Description |
---|
GraphQlCorsProperties
Configuration properties for GraphQL endpoint's CORS support.
|
GraphQlProperties
properties for Spring GraphQL. |
Class and Description |
---|
GraphQlProperties
properties for Spring GraphQL. |