Package | Description |
---|---|
org.springframework.graphql |
Top level abstractions for processing GraphQL requests.
|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
org.springframework.graphql.server |
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
|
org.springframework.graphql.server.support |
Support classes for Web transports.
|
org.springframework.graphql.support |
Support classes for Spring GraphQL.
|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Class and Description |
---|
ExecutionGraphQlRequest
Implementation of
GraphQlRequest for request handling through GraphQL
Java with support for customizing the ExecutionInput passed into
GraphQL . |
ExecutionGraphQlResponse
Implementation of
GraphQlResponse that wraps the ExecutionResult
returned from GraphQL to expose it as GraphQlResponse ,
also providing access to the ExecutionInput used for the request. |
GraphQlRequest
Represents a GraphQL request with the inputs to pass to a GraphQL service
including a
document , operationName , and variables . |
GraphQlResponse
Represents a GraphQL response with the result of executing a request operation.
|
ResponseError
Represents a GraphQL response error.
|
ResponseField
Representation for a field in a GraphQL response, with options to examine
the field value and errors.
|
Class and Description |
---|
GraphQlRequest
Represents a GraphQL request with the inputs to pass to a GraphQL service
including a
document , operationName , and variables . |
GraphQlResponse
Represents a GraphQL response with the result of executing a request operation.
|
ResponseError
Represents a GraphQL response error.
|
ResponseField
Representation for a field in a GraphQL response, with options to examine
the field value and errors.
|
Class and Description |
---|
ExecutionGraphQlRequest
Implementation of
GraphQlRequest for request handling through GraphQL
Java with support for customizing the ExecutionInput passed into
GraphQL . |
ExecutionGraphQlResponse
Implementation of
GraphQlResponse that wraps the ExecutionResult
returned from GraphQL to expose it as GraphQlResponse ,
also providing access to the ExecutionInput used for the request. |
ExecutionGraphQlService
Strategy to execute a GraphQL request by invoking GraphQL Java.
|
Class and Description |
---|
ExecutionGraphQlRequest
Implementation of
GraphQlRequest for request handling through GraphQL
Java with support for customizing the ExecutionInput passed into
GraphQL . |
ExecutionGraphQlResponse
Implementation of
GraphQlResponse that wraps the ExecutionResult
returned from GraphQL to expose it as GraphQlResponse ,
also providing access to the ExecutionInput used for the request. |
ExecutionGraphQlService
Strategy to execute a GraphQL request by invoking GraphQL Java.
|
GraphQlRequest
Represents a GraphQL request with the inputs to pass to a GraphQL service
including a
document , operationName , and variables . |
GraphQlResponse
Represents a GraphQL response with the result of executing a request operation.
|
Class and Description |
---|
GraphQlRequest
Represents a GraphQL request with the inputs to pass to a GraphQL service
including a
document , operationName , and variables . |
Class and Description |
---|
ExecutionGraphQlRequest
Implementation of
GraphQlRequest for request handling through GraphQL
Java with support for customizing the ExecutionInput passed into
GraphQL . |
ExecutionGraphQlResponse
Implementation of
GraphQlResponse that wraps the ExecutionResult
returned from GraphQL to expose it as GraphQlResponse ,
also providing access to the ExecutionInput used for the request. |
GraphQlRequest
Represents a GraphQL request with the inputs to pass to a GraphQL service
including a
document , operationName , and variables . |
GraphQlResponse
Represents a GraphQL response with the result of executing a request operation.
|
ResponseError
Represents a GraphQL response error.
|
ResponseField
Representation for a field in a GraphQL response, with options to examine
the field value and errors.
|
Class and Description |
---|
ExecutionGraphQlService
Strategy to execute a GraphQL request by invoking GraphQL Java.
|
ResponseError
Represents a GraphQL response error.
|