LabelType
The
LabelType
object includes the data for an individual label, can be associated with a message.type LabelType {
id: String
name: String
slug: String
color: String
}
Field | Input Type | Description |
---|---|---|
id | String | id of label |
name | String | name of label |
slug | String | slug associated with label |
color | String | color set for label |
Last modified 1yr ago