Uses of Interface
graphql.schema.visitor.GraphQLSchemaVisitor.EnumTypeVisitorEnvironment
Packages that use GraphQLSchemaVisitor.EnumTypeVisitorEnvironment
-
Uses of GraphQLSchemaVisitor.EnumTypeVisitorEnvironment in graphql.schema.visitor
Classes in graphql.schema.visitor that implement GraphQLSchemaVisitor.EnumTypeVisitorEnvironmentModifier and TypeClassDescription(package private) static class
Methods in graphql.schema.visitor with parameters of type GraphQLSchemaVisitor.EnumTypeVisitorEnvironmentModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControl
GraphQLSchemaVisitor.visitEnumType
(GraphQLEnumType enumType, GraphQLSchemaVisitor.EnumTypeVisitorEnvironment environment) Called when visiting aGraphQLEnumType
in the schema