Uses of Interface
graphql.schema.visitor.GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment
Packages that use GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment
-
Uses of GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment in graphql.schema.visitor
Classes in graphql.schema.visitor that implement GraphQLSchemaVisitor.ScalarTypeVisitorEnvironmentModifier and TypeClassDescription(package private) static class
Methods in graphql.schema.visitor with parameters of type GraphQLSchemaVisitor.ScalarTypeVisitorEnvironmentModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControl
GraphQLSchemaVisitor.visitScalarType
(GraphQLScalarType scalarType, GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment environment) Called when visiting aGraphQLScalarType
in the schema