INPUT_OBJECT

ContactLabelInput

The contact label input type

link GraphQL Schema definition

  • input ContactLabelInput {
  • # The Contact label color.
  • # We support hexadecimal syntax colors as described
  • # [here](https://en.wikipedia.org/wiki/Web_colors#Hex_triplet) without the alpha
  • # triplet.
  • color: HexColorCode!
  • # if set, the Contact Label description.
  • description: String
  • # The ID of the contact label. Must be a UUID v4.
  • id: UUID!
  • # The Contact Label name.
  • name: String!
  • }

link Require by