VariableInput
Change or add a variable with name and value.
input VariableInput {
name: String!
value: String!
}
Fields
VariableInput.name
● String!
non-null scalar
Name of the variable.
VariableInput.value
● String!
non-null scalar
Value of the variable. Complex values, e.g. a list of objects, must be serialized as JSON.
Member of
completeTask
mutation