Uses of Class
graphql.util.Breadcrumb
Packages that use Breadcrumb
-
Uses of Breadcrumb in graphql.schema
Fields in graphql.schema declared as BreadcrumbFields in graphql.schema with type parameters of type BreadcrumbModifier and TypeFieldDescription(package private) final Map<NodeZipper<GraphQLSchemaElement>, List<List<Breadcrumb<GraphQLSchemaElement>>>> SchemaTransformer.RelevantZippersAndBreadcrumbs.breadcrumbsByZipperMethods in graphql.schema that return types with arguments of type BreadcrumbModifier and TypeMethodDescriptionSchemaTransformer.RelevantZippersAndBreadcrumbs.getBreadcrumbs(NodeZipper<GraphQLSchemaElement> zipper) private Map<NodeZipper<GraphQLSchemaElement>, Breadcrumb<GraphQLSchemaElement>> SchemaTransformer.zipperWithSameParent(GraphQLSchemaElement parent, SchemaTransformer.RelevantZippersAndBreadcrumbs relevantZippers, boolean cleanup) Method parameters in graphql.schema with type arguments of type BreadcrumbModifier and TypeMethodDescriptionprivate NodeZipper<GraphQLSchemaElement> SchemaTransformer.moveUp(GraphQLSchemaElement parent, Map<NodeZipper<GraphQLSchemaElement>, Breadcrumb<GraphQLSchemaElement>> sameParentsZipper) private booleanSchemaTransformer.zipUpToDummyRoot(List<NodeZipper<GraphQLSchemaElement>> zippers, List<List<GraphQLSchemaElement>> stronglyConnectedTopologicallySorted, Map<NodeZipper<GraphQLSchemaElement>, List<List<Breadcrumb<GraphQLSchemaElement>>>> breadcrumbsByZipper, Map<GraphQLSchemaElement, NodeZipper<GraphQLSchemaElement>> nodeToZipper) Constructors in graphql.schema with parameters of type BreadcrumbModifierConstructorDescriptionZipperWithOneParent(NodeZipper<GraphQLSchemaElement> zipper, Breadcrumb<GraphQLSchemaElement> parent) Constructor parameters in graphql.schema with type arguments of type BreadcrumbModifierConstructorDescriptionRelevantZippersAndBreadcrumbs(List<NodeZipper<GraphQLSchemaElement>> relevantZippers, Map<NodeZipper<GraphQLSchemaElement>, List<List<Breadcrumb<GraphQLSchemaElement>>>> breadcrumbsByZipper) -
Uses of Breadcrumb in graphql.util
Fields in graphql.util with type parameters of type BreadcrumbModifier and TypeFieldDescriptionprivate final List<Breadcrumb<T>> DefaultTraverserContext.breadcrumbsprivate final List<Breadcrumb<T>> NodeZipper.breadcrumbsMethods in graphql.util that return types with arguments of type BreadcrumbModifier and TypeMethodDescriptionList<Breadcrumb<T>> DefaultTraverserContext.getBreadcrumbs()List<Breadcrumb<T>> NodeZipper.getBreadcrumbs()List<Breadcrumb<T>> TraverserContext.getBreadcrumbs()The exact location of this node inside the tree as a list ofBreadcrumbConstructor parameters in graphql.util with type arguments of type BreadcrumbModifierConstructorDescriptionNodeZipper(T curNode, List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter) NodeZipper(T curNode, List<Breadcrumb<T>> breadcrumbs, NodeAdapter<T> nodeAdapter, NodeZipper.ModificationType modificationType)