Package graphql.schema.visitor
Class GraphQLSchemaTraversalControl
- java.lang.Object
-
- graphql.schema.visitor.GraphQLSchemaTraversalControl
-
@PublicApi public class GraphQLSchemaTraversalControl extends java.lang.Object
This indicates what traversal control to apply during the visitation and can be created via calls to methods likeGraphQLSchemaVisitorEnvironment.ok()
orGraphQLSchemaVisitorEnvironment.changeNode(GraphQLSchemaElement)
say