@Configuration @RequiresGraphQL
See: Description
Interface | Description |
---|---|
GraphQLExecutionInputCustomizer |
An interface for customizing the
ExecutionInput . |
GraphQLExecutionResultHandler |
An interface for handling GraphQL
ExecutionResult s. |
GraphQLInvocation |
An interface for invoking GraphQL request.
|
GraphQLJsonSerializer |
An interface for serializing and deserializing GraphQL objects.
|
Class | Description |
---|---|
DefaultGraphQLExecutionInputCustomizer |
The default implementation for customizing GraphQL execution inputs.
|
DefaultGraphQLExecutionResultHandler |
The default implementation for handling GraphQL
ExecutionResult s. |
DefaultGraphQLInvocation |
The default implementation for invoking GraphQL requests.
|
GraphiQLController |
The GraphiQL controller serving the GraphiQL HTML page.
|
GraphQLConfiguration |
Configuration properties for GraphQL.
|
GraphQLConfiguration.GraphiQLConfiguration |
Configuration properties for GraphiQL.
|
GraphQLController |
The GraphQL controller handling GraphQL requests.
|
GraphQLInvocationData |
Represents the data to execute a GraphQL query.
|
GraphQLRequestBody |
Represents the request body input data to execute a GraphQL query.
|
GraphQLResponseBody |
Represents the response body output data of an executed GraphQL query.
|
JacksonGraphQLJsonSerializer |
The Jackson implementation for serializing and deserializing GraphQL objects.
|
Annotation Type | Description |
---|---|
RequiresGraphQL |
Meta annotation for GraphQL requirements.
|