@Deprecated
public abstract class ExecutionResultNode
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExecutionResultNode(ExecutionStepInfo executionStepInfo,
ResolvedValue resolvedValue,
NonNullableFieldWasNullException nonNullableFieldWasNullException,
java.util.List<ExecutionResultNode> children,
java.util.List<GraphQLError> errors)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<NonNullableFieldWasNullException> |
getChildNonNullableException()
Deprecated.
|
java.util.List<ExecutionResultNode> |
getChildren()
Deprecated.
|
java.util.List<GraphQLError> |
getErrors()
Deprecated.
|
ExecutionStepInfo |
getExecutionStepInfo()
Deprecated.
|
MergedField |
getMergedField()
Deprecated.
|
NonNullableFieldWasNullException |
getNonNullableFieldWasNullException()
Deprecated.
|
ResolvedValue |
getResolvedValue()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
abstract ExecutionResultNode |
withNewChildren(java.util.List<ExecutionResultNode> children)
Deprecated.
Creates a new ExecutionResultNode of the same specific type with the new set of result children
|
abstract ExecutionResultNode |
withNewErrors(java.util.List<GraphQLError> errors)
Deprecated.
Creates a new ExecutionResultNode of the same specific type with the new error collection
|
abstract ExecutionResultNode |
withNewExecutionStepInfo(ExecutionStepInfo executionStepInfo)
Deprecated.
|
abstract ExecutionResultNode |
withNewResolvedValue(ResolvedValue resolvedValue)
Deprecated.
|
protected ExecutionResultNode(ExecutionStepInfo executionStepInfo, ResolvedValue resolvedValue, NonNullableFieldWasNullException nonNullableFieldWasNullException, java.util.List<ExecutionResultNode> children, java.util.List<GraphQLError> errors)
public java.util.List<GraphQLError> getErrors()
public ResolvedValue getResolvedValue()
public MergedField getMergedField()
public ExecutionStepInfo getExecutionStepInfo()
public NonNullableFieldWasNullException getNonNullableFieldWasNullException()
public java.util.List<ExecutionResultNode> getChildren()
public java.util.Optional<NonNullableFieldWasNullException> getChildNonNullableException()
public abstract ExecutionResultNode withNewChildren(java.util.List<ExecutionResultNode> children)
children - the new children for this result nodepublic abstract ExecutionResultNode withNewResolvedValue(ResolvedValue resolvedValue)
public abstract ExecutionResultNode withNewExecutionStepInfo(ExecutionStepInfo executionStepInfo)
public abstract ExecutionResultNode withNewErrors(java.util.List<GraphQLError> errors)
errors - the new errors for this result nodepublic java.lang.String toString()
toString in class java.lang.Object