@Deprecated public class ObjectExecutionResultNode extends ExecutionResultNode
| Constructor and Description |
|---|
ObjectExecutionResultNode(ExecutionStepInfo executionStepInfo,
ResolvedValue resolvedValue,
java.util.List<ExecutionResultNode> children)
Deprecated.
|
ObjectExecutionResultNode(ExecutionStepInfo executionStepInfo,
ResolvedValue resolvedValue,
java.util.List<ExecutionResultNode> children,
java.util.List<GraphQLError> errors)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectExecutionResultNode |
withNewChildren(java.util.List<ExecutionResultNode> children)
Deprecated.
Creates a new ExecutionResultNode of the same specific type with the new set of result children
|
ExecutionResultNode |
withNewErrors(java.util.List<GraphQLError> errors)
Deprecated.
Creates a new ExecutionResultNode of the same specific type with the new error collection
|
ExecutionResultNode |
withNewExecutionStepInfo(ExecutionStepInfo executionStepInfo)
Deprecated.
|
ExecutionResultNode |
withNewResolvedValue(ResolvedValue resolvedValue)
Deprecated.
|
getChildNonNullableException, getChildren, getErrors, getExecutionStepInfo, getMergedField, getNonNullableFieldWasNullException, getResolvedValue, toStringpublic ObjectExecutionResultNode(ExecutionStepInfo executionStepInfo, ResolvedValue resolvedValue, java.util.List<ExecutionResultNode> children)
public ObjectExecutionResultNode(ExecutionStepInfo executionStepInfo, ResolvedValue resolvedValue, java.util.List<ExecutionResultNode> children, java.util.List<GraphQLError> errors)
public ObjectExecutionResultNode withNewChildren(java.util.List<ExecutionResultNode> children)
ExecutionResultNodewithNewChildren in class ExecutionResultNodechildren - the new children for this result nodepublic ExecutionResultNode withNewResolvedValue(ResolvedValue resolvedValue)
withNewResolvedValue in class ExecutionResultNodepublic ExecutionResultNode withNewExecutionStepInfo(ExecutionStepInfo executionStepInfo)
withNewExecutionStepInfo in class ExecutionResultNodepublic ExecutionResultNode withNewErrors(java.util.List<GraphQLError> errors)
ExecutionResultNodewithNewErrors in class ExecutionResultNodeerrors - the new errors for this result node