Uses of Enum Class
io.smallrye.graphql.client.core.ScalarType
Packages that use ScalarType
-
Uses of ScalarType in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return ScalarTypeModifier and TypeMethodDescriptionstatic ScalarTypeReturns the enum constant of this class with the specified name.static ScalarType[]ScalarType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.graphql.client.core with parameters of type ScalarTypeModifier and TypeMethodDescriptionstatic 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) static VariableVariable.varWithDirectives(String name, ScalarType scalarType, Object defaultValue, List<Directive> directives) static VariableVariable.varWithDirectives(String name, ScalarType scalarType, List<Directive> directives)