Uses of Package
org.springframework.graphql.support
Package
Description
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Spring GraphQL.
GraphQL client testing support.
-
-
ClassDescriptionBase class for
GraphQlResponse
that pre-implements the ability to access aResponseField
.GraphQlRequest
for server side handling, adding the transport (e.g.GraphQlResponse
for server use that wraps theExecutionResult
returned fromGraphQL
and also exposes the actualExecutionInput
instance passed into it.Builder to transform the response'sExecutionResult
.Default implementation ofGraphQlRequest
. -
ClassDescriptionBase class for
GraphQlResponse
that pre-implements the ability to access aResponseField
.Builder to transform the response'sExecutionResult
.Default implementation ofGraphQlRequest
.Strategy to locate a GraphQL document by a name. -