Uses of Enum
graphql.schema.visitor.GraphQLSchemaTraversalControl.Control
Packages that use GraphQLSchemaTraversalControl.Control
-
Uses of GraphQLSchemaTraversalControl.Control in graphql.schema.visitor
Fields in graphql.schema.visitor declared as GraphQLSchemaTraversalControl.ControlModifier and TypeFieldDescriptionprivate final GraphQLSchemaTraversalControl.ControlGraphQLSchemaTraversalControl.controlMethods in graphql.schema.visitor that return GraphQLSchemaTraversalControl.ControlModifier and TypeMethodDescription(package private) GraphQLSchemaTraversalControl.ControlGraphQLSchemaTraversalControl.getControl()Returns the enum constant of this type with the specified name.GraphQLSchemaTraversalControl.Control.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in graphql.schema.visitor with parameters of type GraphQLSchemaTraversalControl.ControlModifierConstructorDescription(package private)GraphQLSchemaTraversalControl(GraphQLSchemaTraversalControl.Control control, GraphQLSchemaElement element)