All Classes and Interfaces

Class
Description
The default implementation for customizing GraphQL execution inputs.
The default implementation for handling GraphQL ExecutionResults.
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 the ExecutionInput.
An interface for handling GraphQL ExecutionResults.
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.
Configuration properties for using a web socket with GraphQL.
The GraphQL websocket controller handling GraphQL requests.
Used to send keep alive messages to the active sessions at a regular interval.
Handles the messages send over the websocket.
Class to handle the message to and from the websocket.
Types of messages received from the client.
Class to handle the message to and from the websocket.
Types of messages send to the client.
Sends the GraphQL response(s) to the client.
The Jackson implementation for serializing and deserializing GraphQL objects.
Meta annotation for GraphQL requirements.
Meta annotation for GraphQL web socket requirements.