Uses of Interface
io.smallrye.graphql.client.core.Variable
Packages that use Variable
-
Uses of Variable in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return VariableModifier and TypeMethodDescriptionstatic 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 Variablestatic Variablestatic 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 VariableMethods in io.smallrye.graphql.client.core with parameters of type VariableMethod parameters in io.smallrye.graphql.client.core with type arguments of type VariableModifier and TypeMethodDescriptionstatic 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) static OperationOperation.operationWithDirectives(OperationType type, String name, List<Variable> vars, List<Directive> directives, FieldOrFragment... fields) static OperationOperation.operationWithDirectives(OperationType type, List<Variable> vars, List<Directive> directives, FieldOrFragment... fields) static OperationOperation.operationWithDirectives(String name, List<Variable> vars, List<Directive> directives, FieldOrFragment... fields) static OperationOperation.operationWithDirectives(List<Variable> vars, List<Directive> directives, FieldOrFragment... fields) voidOperation.setVariables(List<Variable> vars)