Uses of Class
io.smallrye.graphql.client.core.ScalarType
-
Packages that use ScalarType Package Description io.smallrye.graphql.client.core -
-
Uses of ScalarType in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return ScalarType Modifier and Type Method Description static ScalarTypeScalarType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalarType[]ScalarType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.graphql.client.core with parameters of type ScalarType Modifier and Type Method Description static VariableTypeVariableType. list(ScalarType scalarType)static VariableTypeVariableType. nonNull(ScalarType scalarType)static VariableVariable. var(String name, ScalarType scalarType)static VariableVariable. var(String name, ScalarType scalarType, Object defaultValue)static VariableTypeVariableType. varType(ScalarType scalarType)
-