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
Methods 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 NodeLocationConstructors 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)