Uses of Interface
graphql.schema.visitor.GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment
-
Packages that use GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment Package Description graphql.schema.visitor -
-
Uses of GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment in graphql.schema.visitor
Classes in graphql.schema.visitor that implement GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment Modifier and Type Class Description (package private) static class
GraphQLSchemaVisitorAdapter.EnumValueDefinitionEnv
Methods in graphql.schema.visitor with parameters of type GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment Modifier and Type Method Description default GraphQLSchemaTraversalControl
GraphQLSchemaVisitor. visitEnumValueDefinition(GraphQLEnumValueDefinition enumValueDefinition, GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment environment)
Called when visiting aGraphQLEnumValueDefinition
in the schema
-