public interface ExecutionGraphQlResponse extends GraphQlResponse
GraphQlResponse
that wraps the ExecutionResult
returned from GraphQL
to expose it as GraphQlResponse
,
also providing access to the ExecutionInput
used for the request.Modifier and Type | Method and Description |
---|---|
ExecutionInput |
getExecutionInput()
Return the
ExecutionInput that was prepared through the
ExecutionGraphQlRequest and passed to GraphQL . |
ExecutionResult |
getExecutionResult()
Return the
ExecutionResult that was returned from the invocation
to GraphQL . |
field, getData, getErrors, getExtensions, isValid, toMap
ExecutionInput getExecutionInput()
ExecutionInput
that was prepared through the
ExecutionGraphQlRequest
and passed to GraphQL
.ExecutionResult getExecutionResult()
ExecutionResult
that was returned from the invocation
to GraphQL
.