@Configuration @RequiresGraphQL
Package io.micronaut.configuration.graphql
Micronaut GraphQL integration.
- Since:
- 1.0
-
Interface Summary Interface Description GraphQLExecutionInputCustomizer An interface for customizing theExecutionInput.GraphQLExecutionResultHandler An interface for handling GraphQLExecutionResults.GraphQLInvocation An interface for invoking GraphQL request.GraphQLJsonSerializer An interface for serializing and deserializing GraphQL objects. -
Class Summary Class Description DefaultGraphQLExecutionInputCustomizer The default implementation for customizing GraphQL execution inputs.DefaultGraphQLExecutionResultHandler The default implementation for handling GraphQLExecutionResults.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 Types Summary Annotation Type Description RequiresGraphQL Meta annotation for GraphQL requirements.