Package | Description |
---|---|
graphql.execution.nextgen.result | |
graphql.language | |
graphql.util |
Modifier and Type | Method and Description |
---|---|
static NodeLocation |
ResultNodesUtil.index(int index) |
static NodeLocation |
ResultNodesUtil.key(String name) |
Modifier and Type | Method and Description |
---|---|
ExecutionResultNode |
ResultNodeAdapter.removeChild(ExecutionResultNode node,
NodeLocation location) |
Modifier and Type | Method and Description |
---|---|
static Node |
NodeUtil.removeChild(Node node,
NodeLocation childLocationToRemove) |
Node |
AstNodeAdapter.removeChild(Node node,
NodeLocation location) |
Modifier and Type | Method and Description |
---|---|
NodeLocation |
TraverserContext.getLocation()
The location of the current node regarding to the parent node.
|
NodeLocation |
DefaultTraverserContext.getLocation() |
NodeLocation |
Breadcrumb.getLocation() |
Modifier and Type | Method and Description |
---|---|
T |
NodeAdapter.removeChild(T node,
NodeLocation location) |
Constructor and Description |
---|
Breadcrumb(T node,
NodeLocation location) |
DefaultTraverserContext(T curNode,
TraverserContext<T> parent,
Set<T> visited,
Map<Class<?>,Object> vars,
Object sharedContextData,
NodeLocation location,
boolean isRootContext) |
Copyright © 2019. All rights reserved.