Package graphql.schema.visitor
Interface GraphQLSchemaVisitor.ArgumentVisitorEnvironment
- All Superinterfaces:
GraphQLSchemaVisitorEnvironment<GraphQLArgument>
- Enclosing interface:
GraphQLSchemaVisitor
public static interface GraphQLSchemaVisitor.ArgumentVisitorEnvironment
extends GraphQLSchemaVisitorEnvironment<GraphQLArgument>
A
GraphQLSchemaVisitorEnvironment environment specific to GraphQLArgument-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface graphql.schema.visitor.GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
Method Details
-
getContainer
GraphQLNamedSchemaElement getContainer()- Returns:
- either a
GraphQLFieldDefinitionor aGraphQLDirective
-
getUnwrappedType
GraphQLNamedInputType getUnwrappedType()- Returns:
- this elements type that has been unwrapped of
GraphQLNonNullandGraphQLList
-