Package graphql.schema.visitor
Interface GraphQLSchemaVisitor.ObjectVisitorEnvironment
-
- All Superinterfaces:
GraphQLSchemaVisitorEnvironment<GraphQLObjectType>
- Enclosing interface:
- GraphQLSchemaVisitor
public static interface GraphQLSchemaVisitor.ObjectVisitorEnvironment extends GraphQLSchemaVisitorEnvironment<GraphQLObjectType>
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLObjectType
-
-
Method Summary
-
Methods inherited from interface graphql.schema.visitor.GraphQLSchemaVisitorEnvironment
changeNode, deleteNode, getCodeRegistry, getElement, getLeadingElements, getSchema, getUnwrappedLeadingElements, insertAfter, insertBefore, ok, quit
-
-