See: Description
Interface | Description |
---|---|
GraphQlSourceBuilderCustomizer |
Callback interface that can be implemented by beans wishing to customize properties of
Builder whilst retaining default auto-configuration. |
Class | Description |
---|---|
GraphQlAutoConfiguration |
Auto-configuration for creating a Spring GraphQL base
infrastructure. |
GraphQlCorsProperties |
Configuration properties for GraphQL endpoint's CORS support.
|
GraphQlProperties |
properties for Spring GraphQL. |
GraphQlProperties.Graphiql | |
GraphQlProperties.Rsocket | |
GraphQlProperties.Schema | |
GraphQlProperties.Schema.Introspection | |
GraphQlProperties.Schema.Printer | |
GraphQlProperties.Websocket |
Annotation Type | Description |
---|---|
ConditionalOnGraphQlSchema |
@Conditional that only matches when a GraphQL schema is defined for
the application, via schema files or infrastructure beans. |