INPUT_OBJECT

UpdateVariableInput

Input type for updating a variable

link GraphQL Schema definition

  • input UpdateVariableInput {
  • # Name of variable
  • name: String!
  • # Value of variable
  • value: String!
  • # Type of variable (default: generic)
  • type: VariableType
  • # Description of variable
  • description: String
  • }