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