Package org.springframework.graphql
@NonNullApi
@NonNullFields
package org.springframework.graphql
Top level abstractions for processing GraphQL requests.
-
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.Represents a GraphQL response error.Representation for a field in a GraphQL response, with options to examine the field value and errors.