Package io.smallrye.graphql.client.core
Interface Variable
-
-
Method Summary
-
-
-
Method Detail
-
var
static Variable var(String name, ScalarType scalarType)
-
varWithDirectives
static Variable varWithDirectives(String name, ScalarType scalarType, List<Directive> directives)
-
var
static Variable var(String name, ScalarType scalarType, Object defaultValue)
-
varWithDirectives
static Variable varWithDirectives(String name, ScalarType scalarType, Object defaultValue, List<Directive> directives)
-
varWithDirectives
static Variable varWithDirectives(String name, String objectTypeName, List<Directive> directives)
-
varWithDirectives
static Variable varWithDirectives(String name, String objectTypeName, Object defaultValue, List<Directive> directives)
-
var
static Variable var(String name, VariableType varType)
-
varWithDirectives
static Variable varWithDirectives(String name, VariableType varType, List<Directive> directives)
-
var
static Variable var(String name, VariableType varType, Object defaultValue)
-
varWithDirectives
static Variable varWithDirectives(String name, VariableType varType, Object defaultValue, List<Directive> directives)
-
getName
String getName()
-
setName
void setName(String name)
-
getType
VariableType getType()
-
setType
void setType(VariableType value)
-
-