OBJECT

Label

Information about a label.

link GraphQL Schema definition

  • type Label {
  • # A unique identifier.
  • id: ID!
  • # 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!
  • }