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