| Package | Description |
|---|---|
| org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
| org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
| org.springframework.graphql.support |
Support classes for Spring GraphQL.
|
| org.springframework.graphql.test.tester |
GraphQL client testing support.
|
| Class and Description |
|---|
| DocumentSource
Strategy to locate a GraphQL document by a name.
|
| Class and Description |
|---|
| AbstractGraphQlResponse
Base class for
GraphQlResponse that pre-implements the ability to
access a ResponseField. |
DefaultExecutionGraphQlRequest
GraphQlRequest for server side handling, adding the transport (e.g. |
DefaultExecutionGraphQlResponse
GraphQlResponse for server use that wraps the ExecutionResult
returned from GraphQL and also exposes the actual
ExecutionInput instance passed into it. |
| DefaultExecutionGraphQlResponse.Builder
Builder to transform the response's
ExecutionResult. |
| DefaultGraphQlRequest
Default implementation of
GraphQlRequest. |
| Class and Description |
|---|
| AbstractGraphQlResponse
Base class for
GraphQlResponse that pre-implements the ability to
access a ResponseField. |
| DefaultExecutionGraphQlResponse.Builder
Builder to transform the response's
ExecutionResult. |
| DefaultGraphQlRequest
Default implementation of
GraphQlRequest. |
| DocumentSource
Strategy to locate a GraphQL document by a name.
|
| Class and Description |
|---|
| DocumentSource
Strategy to locate a GraphQL document by a name.
|