Uses of Interface
io.smallrye.graphql.client.core.Variable
-
Packages that use Variable Package Description io.smallrye.graphql.client.core -
-
Uses of Variable in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return Variable Modifier and Type Method Description static VariableVariable. var(String name, ScalarType scalarType)static VariableVariable. var(String name, ScalarType scalarType, Object defaultValue)static VariableVariable. var(String name, VariableType varType)static VariableVariable. var(String name, VariableType varType, Object defaultValue)static VariableVariable. var(String name, String objectTypeName)static VariableVariable. var(String name, String objectTypeName, Object defaultValue)static VariableVariable. varWithDirectives(String name, ScalarType scalarType, Object defaultValue, List<Directive> directives)static VariableVariable. varWithDirectives(String name, ScalarType scalarType, List<Directive> directives)static VariableVariable. varWithDirectives(String name, VariableType varType, Object defaultValue, List<Directive> directives)static VariableVariable. varWithDirectives(String name, VariableType varType, List<Directive> directives)static VariableVariable. varWithDirectives(String name, String objectTypeName, Object defaultValue, List<Directive> directives)static VariableVariable. varWithDirectives(String name, String objectTypeName, List<Directive> directives)Methods in io.smallrye.graphql.client.core that return types with arguments of type Variable Modifier and Type Method Description List<Variable>Operation. getVariables()static List<Variable>Variable. vars(Variable... vars)Methods in io.smallrye.graphql.client.core with parameters of type Variable Modifier and Type Method Description static ArgumentArgument. arg(String name, Variable var)static InputObjectFieldInputObjectField. prop(String name, Variable var)static List<Variable>Variable. vars(Variable... vars)
-