Uses of Interface
graphql.schema.visitor.GraphQLSchemaVisitor.EnumTypeVisitorEnvironment
-
Packages that use GraphQLSchemaVisitor.EnumTypeVisitorEnvironment Package Description graphql.schema.visitor -
-
Uses of GraphQLSchemaVisitor.EnumTypeVisitorEnvironment in graphql.schema.visitor
Classes in graphql.schema.visitor that implement GraphQLSchemaVisitor.EnumTypeVisitorEnvironment Modifier and Type Class Description (package private) static class
GraphQLSchemaVisitorAdapter.EnumTypeEnv
Methods in graphql.schema.visitor with parameters of type GraphQLSchemaVisitor.EnumTypeVisitorEnvironment Modifier and Type Method Description default GraphQLSchemaTraversalControl
GraphQLSchemaVisitor. visitEnumType(GraphQLEnumType enumType, GraphQLSchemaVisitor.EnumTypeVisitorEnvironment environment)
Called when visiting aGraphQLEnumType
in the schema
-