ENUM

VariableType

Type of Variable

link GraphQL Schema definition

  • enum VariableType {
  • # Used for text color
  • COLOR
  • # Used for background color
  • BACKGROUND
  • # In any other case
  • GENERIC
  • }