Uses of Class
graphql.schema.visitor.GraphQLSchemaTraversalControl
Packages that use GraphQLSchemaTraversalControl
-
Uses of GraphQLSchemaTraversalControl in graphql.schema.visitor
Methods in graphql.schema.visitor that return GraphQLSchemaTraversalControlModifier and TypeMethodDescriptionGraphQLSchemaVisitorEnvironment.changeNode(T schemaElement) Called to change the current node to the specific nodeGraphQLSchemaVisitorEnvironment.deleteNode()Called to delete the current nodeGraphQLSchemaVisitorEnvironment.insertAfter(T toInsertAfter) Called to insert the current schema element after the specified schema elementGraphQLSchemaVisitorEnvironment.insertBefore(T toInsertBefore) Called to insert the current schema element before the specified schema elementGraphQLSchemaVisitorEnvironment.ok()GraphQLSchemaVisitorEnvironment.quit()default GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitAppliedDirective(GraphQLAppliedDirective appliedDirective, GraphQLSchemaVisitor.AppliedDirectiveVisitorEnvironment environment) Called when visiting a GraphQLAppliedDirective in the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitAppliedDirectiveArgument(GraphQLAppliedDirectiveArgument appliedDirectiveArgument, GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment environment) Called when visiting aGraphQLAppliedDirectiveArgumentin the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitArgument(GraphQLArgument argument, GraphQLSchemaVisitor.ArgumentVisitorEnvironment environment) Called when visiting aGraphQLArgumentin the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitDirective(GraphQLDirective directive, GraphQLSchemaVisitor.DirectiveVisitorEnvironment environment) Called when visiting aGraphQLArgumentin the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitEnumType(GraphQLEnumType enumType, GraphQLSchemaVisitor.EnumTypeVisitorEnvironment environment) Called when visiting aGraphQLEnumTypein the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitEnumValueDefinition(GraphQLEnumValueDefinition enumValueDefinition, GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment environment) Called when visiting aGraphQLEnumValueDefinitionin the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitFieldDefinition(GraphQLFieldDefinition fieldDefinition, GraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment environment) Called when visiting aGraphQLFieldDefinitionin the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitInputObjectField(GraphQLInputObjectField inputObjectField, GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment environment) Called when visiting aGraphQLInputObjectFieldin the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitInputObjectType(GraphQLInputObjectType inputObjectType, GraphQLSchemaVisitor.InputObjectTypeVisitorEnvironment environment) Called when visiting aGraphQLInputObjectTypein the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitInterfaceType(GraphQLInterfaceType interfaceType, GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment environment) Called when visiting aGraphQLInterfaceTypein the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitObjectType(GraphQLObjectType objectType, GraphQLSchemaVisitor.ObjectVisitorEnvironment environment) Called when visiting aGraphQLObjectTypein the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitScalarType(GraphQLScalarType scalarType, GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment environment) Called when visiting aGraphQLScalarTypein the schemadefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitSchemaElement(GraphQLSchemaElement schemaElement, GraphQLSchemaVisitor.SchemaElementVisitorEnvironment environment) Called when visiting anyGraphQLSchemaElementin the schema.default GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitUnionType(GraphQLUnionType unionType, GraphQLSchemaVisitor.UnionTypeVisitorEnvironment environment) Called when visiting aGraphQLUnionTypein the schema