Skip to main content
No description
type LabelType {
  id: String!
  value: String!
  color: String!
  firstUsed: Date
  lastUsed: Date
  count: Int!
}

Fields

LabelType.id ● String! non-null scalar

LabelType.value ● String! non-null scalar

LabelType.color ● String! non-null scalar

LabelType.firstUsed ● Date scalar

LabelType.lastUsed ● Date scalar

LabelType.count ● Int! non-null scalar

Member Of

Location object