All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types 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.GraphQLExecutionInputCustomizer An interface for customizing theExecutionInput.GraphQLExecutionResultHandler An interface for handling GraphQLExecutionResults.GraphQLInvocation An interface for invoking GraphQL request.GraphQLInvocationData Represents the data to execute a GraphQL query.GraphQLJsonSerializer An interface for serializing and deserializing GraphQL objects.GraphQLRequestBody Represents the request body input data to execute a GraphQL query.GraphQLResponseBody Represents the response body output data of an executed GraphQL query.GraphQLWsConfiguration Configuration properties for using a web socket with GraphQL.GraphQLWsController The GraphQL websocket controller handling GraphQL requests.GraphQLWsKeepAlive Used to send keep alive messages to the active sessions at a regular interval.GraphQLWsMessageHandler Handles the messages send over the websocket.GraphQLWsRequest Class to handle the message to and from the websocket.GraphQLWsRequest.ClientType Types of messages received from the client.GraphQLWsResponse Class to handle the message to and from the websocket.GraphQLWsResponse.ServerType Types of messages send to the client.GraphQLWsSender Sends the GraphQL response(s) to the client.JacksonGraphQLJsonSerializer The Jackson implementation for serializing and deserializing GraphQL objects.RequiresGraphQL Meta annotation for GraphQL requirements.RequiresGraphQLWs Meta annotation for GraphQL web socket requirements.