INPUT_OBJECT
UpdateVariableInput
Input type for updating a variable
link GraphQL Schema definition
- input UpdateVariableInput {
- # Name of variable
- String! :
- # Value of variable
- String! :
- # Type of variable (default: generic)
- VariableType :
- # Description of variable
- String :
- }