See: Description
| Interface | 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.
|
| ResponseError |
Represents a GraphQL response error.
|
| ResponseField |
Representation for a field in a GraphQL response, with options to examine
the field value and errors.
|