Package graphql.schema.visitor
Interface GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment
-
- All Superinterfaces:
GraphQLSchemaVisitorEnvironment<GraphQLInputObjectField>
- Enclosing interface:
- GraphQLSchemaVisitor
public static interface GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment extends GraphQLSchemaVisitorEnvironment<GraphQLInputObjectField>
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLInputObjectField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphQLInputObjectType
getContainer()
GraphQLNamedInputType
getUnwrappedType()
-
Methods inherited from interface graphql.schema.visitor.GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
-
-
-
Method Detail
-
getContainer
GraphQLInputObjectType getContainer()
-
getUnwrappedType
GraphQLNamedInputType getUnwrappedType()
- Returns:
- this elements type that has been unwrapped of
GraphQLNonNull
andGraphQLList
-
-