Uses of Interface
graphql.schema.visitor.GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment
Packages that use GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment
-
Uses of GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment in graphql.schema.visitor
Classes in graphql.schema.visitor that implement GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironmentModifier and TypeClassDescription(package private) static class
Methods in graphql.schema.visitor with parameters of type GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironmentModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControl
GraphQLSchemaVisitor.visitInterfaceType
(GraphQLInterfaceType interfaceType, GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment environment) Called when visiting aGraphQLInterfaceType
in the schema