Interface GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment
- All Superinterfaces:
GraphQLSchemaVisitorEnvironment<GraphQLAppliedDirectiveArgument>
- All Known Implementing Classes:
GraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv
- Enclosing interface:
GraphQLSchemaVisitor
public static interface GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment
extends GraphQLSchemaVisitorEnvironment<GraphQLAppliedDirectiveArgument>
A
GraphQLSchemaVisitorEnvironment environment specific to GraphQLAppliedDirectiveArgument-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
Method Details
-
getContainer
GraphQLAppliedDirective getContainer() -
getUnwrappedType
GraphQLNamedInputType getUnwrappedType()- Returns:
- this elements type that has been unwrapped of
GraphQLNonNullandGraphQLList
-