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