Package io.micronaut.configuration.graphql
@Configuration
@RequiresGraphQL
package io.micronaut.configuration.graphql
Micronaut GraphQL integration.
- Since:
- 1.0
- Author:
- Marcel Overdijk
-
ClassDescriptionThe default implementation for customizing GraphQL execution inputs.The default implementation for handling GraphQL
ExecutionResult
s.The default implementation for invoking GraphQL requests.The GraphiQL controller serving the GraphiQL HTML page.Configuration properties for GraphQL.Configuration properties for GraphiQL.The GraphQL controller handling GraphQL requests.An interface for customizing theExecutionInput
.An interface for handling GraphQLExecutionResult
s.An interface for invoking GraphQL request.Represents the data to execute a GraphQL query.An interface for serializing and deserializing GraphQL objects.Represents the request body input data to execute a GraphQL query.Represents the response body output data of an executed GraphQL query.Deserializes GraphQLResponseBody.The Jackson implementation for serializing and deserializing GraphQL objects.Meta annotation for GraphQL requirements.