Uses of Class
graphql.util.TraverserResult
Packages that use TraverserResult
-
Uses of TraverserResult in graphql.schema
Methods in graphql.schema that return TraverserResultModifier and TypeMethodDescriptionSchemaTraverser.depthFirst
(GraphQLTypeVisitor graphQLTypeVisitor, GraphQLSchemaElement root) SchemaTraverser.depthFirst
(GraphQLTypeVisitor graphQLTypeVisitor, Collection<? extends GraphQLSchemaElement> roots) SchemaTraverser.depthFirst
(Traverser<GraphQLSchemaElement> traverser, SchemaTraverser.TraverserDelegateVisitor traverserDelegateVisitor, Collection<? extends GraphQLSchemaElement> roots) SchemaTraverser.depthFirstFullSchema
(GraphQLTypeVisitor typeVisitor, GraphQLSchema schema) This will visit all of the schema elements in the specified schema and invokes the visitor.SchemaTraverser.depthFirstFullSchema
(List<GraphQLTypeVisitor> typeVisitors, GraphQLSchema schema, Map<Class<?>, Object> rootVars) This will visit all of the schema elements in the specified schema, invoking each visitor in turn.private TraverserResult
SchemaTraverser.doTraverse
(Traverser<GraphQLSchemaElement> traverser, Collection<? extends GraphQLSchemaElement> roots, SchemaTraverser.TraverserDelegateVisitor traverserDelegateVisitor) -
Uses of TraverserResult in graphql.util
Methods in graphql.util that return TraverserResultModifier and TypeMethodDescriptionTraverser.traverse
(Collection<? extends T> roots, TraverserVisitor<? super T> visitor) Traverser.traverse
(T root, TraverserVisitor<? super T> visitor)