Uses of Class
io.smallrye.graphql.schema.model.CustomScalarType
-
-
Uses of CustomScalarType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type CustomScalarType Modifier and Type Method Description List<CustomScalarType>Schema. getCustomScalarTypes()Methods in io.smallrye.graphql.schema.model with parameters of type CustomScalarType Modifier and Type Method Description voidSchema. addCustomScalarType(CustomScalarType customScalarType)
-