Uses of Interface
graphql.schema.visitor.GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment
-
Packages that use GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment Package Description graphql.schema.visitor -
-
Uses of GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment in graphql.schema.visitor
Classes in graphql.schema.visitor that implement GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment Modifier and Type Class Description (package private) static class
GraphQLSchemaVisitorAdapter.ScalarTypeEnv
Methods in graphql.schema.visitor with parameters of type GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment Modifier and Type Method Description default GraphQLSchemaTraversalControl
GraphQLSchemaVisitor. visitScalarType(GraphQLScalarType scalarType, GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment environment)
Called when visiting aGraphQLScalarType
in the schema
-