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 classGraphQLSchemaVisitorAdapter.ScalarTypeEnvMethods in graphql.schema.visitor with parameters of type GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment Modifier and Type Method Description default GraphQLSchemaTraversalControlGraphQLSchemaVisitor. visitScalarType(GraphQLScalarType scalarType, GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment environment)Called when visiting aGraphQLScalarTypein the schema
-