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 NodeAstNodeAdapter. removeChild(Node node, NodeLocation location)static NodeNodeUtil. 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 GraphQLSchemaElementGraphQLSchemaElementAdapter. removeChild(GraphQLSchemaElement node, NodeLocation location) -
Uses of NodeLocation in graphql.util
Fields in graphql.util declared as NodeLocation Modifier and Type Field Description private NodeLocationBreadcrumb. locationprivate NodeLocationDefaultTraverserContext. locationMethods in graphql.util that return NodeLocation Modifier and Type Method Description NodeLocationBreadcrumb. getLocation()NodeLocationDefaultTraverserContext. getLocation()NodeLocationTraverserContext. 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)TNodeAdapter. 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)
-