@Deprecated public class LeafExecutionResultNode extends ExecutionResultNode
| Constructor and Description |
|---|
LeafExecutionResultNode(ExecutionStepInfo executionStepInfo,
ResolvedValue resolvedValue,
NonNullableFieldWasNullException nonNullableFieldWasNullException)
Deprecated.
|
LeafExecutionResultNode(ExecutionStepInfo executionStepInfo,
ResolvedValue resolvedValue,
NonNullableFieldWasNullException nonNullableFieldWasNullException,
java.util.List<GraphQLError> errors)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue()
Deprecated.
|
ExecutionResultNode |
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 LeafExecutionResultNode(ExecutionStepInfo executionStepInfo, ResolvedValue resolvedValue, NonNullableFieldWasNullException nonNullableFieldWasNullException)
public LeafExecutionResultNode(ExecutionStepInfo executionStepInfo, ResolvedValue resolvedValue, NonNullableFieldWasNullException nonNullableFieldWasNullException, java.util.List<GraphQLError> errors)
public java.lang.Object getValue()
public ExecutionResultNode withNewChildren(java.util.List<ExecutionResultNode> children)
ExecutionResultNodewithNewChildren in class ExecutionResultNodechildren - the new children for this result nodepublic ExecutionResultNode withNewExecutionStepInfo(ExecutionStepInfo executionStepInfo)
withNewExecutionStepInfo in class ExecutionResultNodepublic ExecutionResultNode withNewResolvedValue(ResolvedValue resolvedValue)
withNewResolvedValue in class ExecutionResultNodepublic ExecutionResultNode withNewErrors(java.util.List<GraphQLError> errors)
ExecutionResultNodewithNewErrors in class ExecutionResultNodeerrors - the new errors for this result node