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.
- : HexColorCode!
- # if set, the Contact Label description.
- : String
- # The ID of the contact label. Must be a UUID v4.
- : UUID!
- # The Contact Label name.
- : String!
- }