Package graphql.schema.visitor
Interface GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment
-
- All Superinterfaces:
GraphQLSchemaVisitorEnvironment<GraphQLEnumValueDefinition>
- Enclosing interface:
- GraphQLSchemaVisitor
public static interface GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment extends GraphQLSchemaVisitorEnvironment<GraphQLEnumValueDefinition>
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLEnumValueDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphQLEnumType
getContainer()
-
Methods inherited from interface graphql.schema.visitor.GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
-
-
-
Method Detail
-
getContainer
GraphQLEnumType getContainer()
-
-