public static class DeferredExecutionResultImpl.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeferredExecutionResultImpl.Builder |
addErrors(java.util.List<GraphQLError> errors) |
DeferredExecutionResult |
build() |
DeferredExecutionResultImpl.Builder |
from(ExecutionResult executionResult) |
DeferredExecutionResultImpl.Builder |
path(ExecutionPath path) |
public DeferredExecutionResultImpl.Builder path(ExecutionPath path)
public DeferredExecutionResultImpl.Builder from(ExecutionResult executionResult)
public DeferredExecutionResultImpl.Builder addErrors(java.util.List<GraphQLError> errors)
public DeferredExecutionResult build()