Package graphql.schema.visitor
Interface GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment
- All Superinterfaces:
GraphQLSchemaVisitorEnvironment<GraphQLScalarType>
- All Known Implementing Classes:
GraphQLSchemaVisitorAdapter.ScalarTypeEnv
- Enclosing interface:
GraphQLSchemaVisitor
public static interface GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment
extends GraphQLSchemaVisitorEnvironment<GraphQLScalarType>
A
GraphQLSchemaVisitorEnvironment
environment specific to GraphQLScalarType
-
Method Summary
Methods inherited from interface graphql.schema.visitor.GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit