LabelType
No description
type LabelType {
id: ID!
label: String
description: String
usageCountTotal: Int
category: String
color: String
createdAt: String
}
Fields
LabelType.id
● ID!
non-null scalar
The ID of an object
LabelType.label
● String
scalar
LabelType.description
● String
scalar
LabelType.usageCountTotal
● Int
scalar
LabelType.category
● String
scalar
LabelType.color
● String
scalar
LabelType.createdAt
● String
scalar
Returned by
createLabel
mutation ● label
query ● updateLabel
mutation
Member of
ViewerLabelsConnectionEdge
object