INPUT_OBJECT

LabelInput

Input related to label creation and edition. The slug value acts as a unique identifier at the project level.

link GraphQL Schema definition

  • input LabelInput {
  • # The background color of the label (using the hexadecimal notation).
  • backgroundColor: String
  • # The name of the label.
  • name: String
  • # A URL-friendly version of the name.
  • slug: String!
  • # The text color of the label (using the hexadecimal notation).
  • textColor: String
  • }