Uses of Class
graphql.util.NodeLocation
-
Packages that use NodeLocation Package Description graphql.language graphql.schema graphql.util -
-
Uses of NodeLocation in graphql.language
Methods in graphql.language with parameters of type NodeLocation Modifier and Type Method Description Node
AstNodeAdapter. removeChild(Node node, NodeLocation location)
static Node
NodeUtil. removeChild(Node node, NodeLocation childLocationToRemove)
-
Uses of NodeLocation in graphql.schema
Methods in graphql.schema with parameters of type NodeLocation Modifier and Type Method Description GraphQLSchemaElement
GraphQLSchemaElementAdapter. removeChild(GraphQLSchemaElement node, NodeLocation location)
-
Uses of NodeLocation in graphql.util
Fields in graphql.util declared as NodeLocation Modifier and Type Field Description private NodeLocation
Breadcrumb. location
private NodeLocation
DefaultTraverserContext. location
Methods in graphql.util that return NodeLocation Modifier and Type Method Description NodeLocation
Breadcrumb. getLocation()
NodeLocation
DefaultTraverserContext. getLocation()
NodeLocation
TraverserContext. getLocation()
The location of the current node regarding to the parent node.Methods in graphql.util with parameters of type NodeLocation Modifier and Type Method Description private DefaultTraverserContext<T>
TraverserState. newContext(T o, TraverserContext<T> parent, NodeLocation position)
private DefaultTraverserContext<T>
TreeParallelTransformer. newContext(T o, TraverserContext<T> parent, NodeLocation position)
private DefaultTraverserContext<T>
TreeParallelTraverser. newContext(T o, TraverserContext<T> parent, NodeLocation position)
private DefaultTraverserContext<T>
TraverserState. newContextImpl(T curNode, TraverserContext<T> parent, java.util.Map<java.lang.Class<?>,java.lang.Object> vars, NodeLocation nodeLocation, boolean isRootContext)
private DefaultTraverserContext<T>
TreeParallelTransformer. newContextImpl(T curNode, TraverserContext<T> parent, java.util.Map<java.lang.Class<?>,java.lang.Object> vars, NodeLocation nodeLocation, boolean isRootContext)
private DefaultTraverserContext<T>
TreeParallelTraverser. newContextImpl(T curNode, TraverserContext<T> parent, java.util.Map<java.lang.Class<?>,java.lang.Object> vars, NodeLocation nodeLocation, boolean isRootContext)
T
NodeAdapter. removeChild(T node, NodeLocation location)
Constructors in graphql.util with parameters of type NodeLocation Constructor Description Breadcrumb(T node, NodeLocation location)
DefaultTraverserContext(T curNode, TraverserContext<T> parent, java.util.Set<T> visited, java.util.Map<java.lang.Class<?>,java.lang.Object> vars, java.lang.Object sharedContextData, NodeLocation location, boolean isRootContext, boolean parallel)
-