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)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)Method parameters in io.smallrye.graphql.client.core with type arguments of type Variable Modifier and Type Method Description static OperationOperation. operation(OperationType type, String name, List<Variable> vars, FieldOrFragment... fields)static OperationOperation. operation(OperationType type, List<Variable> vars, FieldOrFragment... fields)static OperationOperation. operation(String name, List<Variable> vars, FieldOrFragment... fields)static OperationOperation. operation(List<Variable> vars, FieldOrFragment... fields)voidOperation. setVariables(List<Variable> vars)
-