Package graphql.schema.visitor
Interface GraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment
- All Superinterfaces:
GraphQLSchemaVisitorEnvironment<GraphQLFieldDefinition>
- Enclosing interface:
GraphQLSchemaVisitor
public static interface GraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment
extends GraphQLSchemaVisitorEnvironment<GraphQLFieldDefinition>
A
GraphQLSchemaVisitorEnvironment
environment specific to GraphQLFieldDefinition
-
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
GraphQLFieldsContainer getContainer() -
getUnwrappedType
GraphQLNamedOutputType getUnwrappedType()- Returns:
- this elements type that has been unwrapped of
GraphQLNonNull
andGraphQLList
-