Uses of Package
org.springframework.graphql
Package
Description
Top level abstractions for processing GraphQL requests.
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Web transports.
Support classes for Spring GraphQL.
GraphQL client testing support.
-
ClassDescriptionImplementation of
GraphQlRequest
for request handling through GraphQL Java with support for customizing theExecutionInput
passed intoGraphQL
.Implementation ofGraphQlResponse
that wraps theExecutionResult
returned fromGraphQL
to expose it asGraphQlResponse
, also providing access to theExecutionInput
used for the request.Represents a GraphQL request with the inputs to pass to a GraphQL service including adocument
,operationName
, andvariables
.Represents a GraphQL response with the result of executing a request operation.Represents a GraphQL response error.Representation for a field in a GraphQL response, with options to examine the field value and errors. -
ClassDescriptionRepresents a GraphQL request with the inputs to pass to a GraphQL service including a
document
,operationName
, andvariables
.Represents a GraphQL response with the result of executing a request operation.Represents a GraphQL response error.Representation for a field in a GraphQL response, with options to examine the field value and errors. -
ClassDescriptionImplementation of
GraphQlRequest
for request handling through GraphQL Java with support for customizing theExecutionInput
passed intoGraphQL
.Implementation ofGraphQlResponse
that wraps theExecutionResult
returned fromGraphQL
to expose it asGraphQlResponse
, also providing access to theExecutionInput
used for the request.Strategy to execute a GraphQL request by invoking GraphQL Java. -
ClassDescriptionImplementation of
GraphQlRequest
for request handling through GraphQL Java with support for customizing theExecutionInput
passed intoGraphQL
.Implementation ofGraphQlResponse
that wraps theExecutionResult
returned fromGraphQL
to expose it asGraphQlResponse
, also providing access to theExecutionInput
used for the request.Strategy to execute a GraphQL request by invoking GraphQL Java.Represents a GraphQL request with the inputs to pass to a GraphQL service including adocument
,operationName
, andvariables
.Represents a GraphQL response with the result of executing a request operation. -
ClassDescriptionRepresents a GraphQL request with the inputs to pass to a GraphQL service including a
document
,operationName
, andvariables
. -
ClassDescriptionImplementation of
GraphQlRequest
for request handling through GraphQL Java with support for customizing theExecutionInput
passed intoGraphQL
.Implementation ofGraphQlResponse
that wraps theExecutionResult
returned fromGraphQL
to expose it asGraphQlResponse
, also providing access to theExecutionInput
used for the request.Represents a GraphQL request with the inputs to pass to a GraphQL service including adocument
,operationName
, andvariables
.Represents a GraphQL response with the result of executing a request operation.Represents a GraphQL response error.Representation for a field in a GraphQL response, with options to examine the field value and errors. -
ClassDescriptionStrategy to execute a GraphQL request by invoking GraphQL Java.Represents a GraphQL response error.