Uses of Package
org.springframework.graphql.client
Packages that use org.springframework.graphql.client
Package
Description
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.GraphQL client testing support.
-
Classes in org.springframework.graphql.client used by org.springframework.graphql.clientClassDescriptionAbstract, base class for transport specific
GraphQlClient.Builder
implementations.GraphQlRequest
for client side use.GraphQlResponse
for client use, with further options to handle the response.ExtendsResponseField
to add options for decoding the field value.Define a workflow to execute GraphQL requests that is independent of the underlying transport.Defines a builder for creatingGraphQlClient
instances.Declare options to gather input for a GraphQL request and execute it.Declares options to decode a field for a single response operation.Declares options to decode a field in each response of a subscription.Base class for exceptions fromGraphQlClient
.Interceptor forGraphQlClient
requests.Contract for delegation of single response requests to the rest of the chain.Contract for delegation of subscription requests to the rest of the chain.Contract for executing GraphQL requests over some transport.Exception raised by aGraphQlTransport
or used to wrap an exception from aGraphQlTransport
implementation.GraphQL over HTTP client that usesWebClient
.Builder for the GraphQL over HTTP client.GraphQL over RSocket client that usesRSocketRequester
.Builder for the GraphQL over HTTP client.Base contract for the HTTP and WebSocketGraphQlClient
extensions.Base builder for GraphQL clients over a Web transport.GraphQL over WebSocket client that usesWebSocketClient
.Builder for a GraphQL over WebSocket client. -
Classes in org.springframework.graphql.client used by org.springframework.graphql.test.testerClassDescriptionDefine a workflow to execute GraphQL requests that is independent of the underlying transport.Contract for executing GraphQL requests over some transport.GraphQL over RSocket client that uses
RSocketRequester
.