Uses of Class
graphql.util.NodeLocation
Packages that use NodeLocation
-
Uses of NodeLocation in graphql.language
Methods in graphql.language with parameters of type NodeLocationModifier and TypeMethodDescriptionAstNodeAdapter.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 NodeLocationModifier and TypeMethodDescriptionGraphQLSchemaElementAdapter.removeChild(GraphQLSchemaElement node, NodeLocation location) -
Uses of NodeLocation in graphql.util
Fields in graphql.util declared as NodeLocationModifier and TypeFieldDescriptionprivate final NodeLocationBreadcrumb.locationprivate final NodeLocationDefaultTraverserContext.locationMethods in graphql.util that return NodeLocationModifier and TypeMethodDescriptionBreadcrumb.getLocation()DefaultTraverserContext.getLocation()TraverserContext.getLocation()The location of the current node regarding to the parent node.Methods in graphql.util with parameters of type NodeLocationModifier and TypeMethodDescriptionprivate 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, Map<Class<?>, Object> vars, NodeLocation nodeLocation, boolean isRootContext) private DefaultTraverserContext<T> TreeParallelTransformer.newContextImpl(T curNode, TraverserContext<T> parent, Map<Class<?>, Object> vars, NodeLocation nodeLocation, boolean isRootContext) private DefaultTraverserContext<T> TreeParallelTraverser.newContextImpl(T curNode, TraverserContext<T> parent, Map<Class<?>, Object> vars, NodeLocation nodeLocation, boolean isRootContext) NodeAdapter.removeChild(T node, NodeLocation location) Constructors in graphql.util with parameters of type NodeLocationModifierConstructorDescriptionBreadcrumb(T node, NodeLocation location) DefaultTraverserContext(T curNode, TraverserContext<T> parent, Set<T> visited, Map<Class<?>, Object> vars, Object sharedContextData, NodeLocation location, boolean isRootContext, boolean parallel)