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.Schema | |
| GraphQlProperties.Schema.Introspection | |
| GraphQlProperties.Schema.Printer | |
| GraphQlProperties.Websocket | |
| InvalidSchemaLocationsException.SchemaLocation |
The location where to look for schemas.
|
| Exception | Description |
|---|---|
| InvalidSchemaLocationsException |
InvalidSchemaLocationsException thrown when no schema file could be found in
the provided locations. |