labelType
Returns a single label type by its ID. Returns null if no label type with that ID exists. Requires the labelType:read permission.
labelType(labelTypeId: ID!): LabelTypeArguments
Returns
Whether this is a workspace-wide label type (DEFAULT) or one scoped to a specific team (TEAM).
The parent label type, if this label type is nested under another. Null for top-level label types.
The position of the label type. Always relative to its parent.
An optional identifier you can set to correlate this label type with a record in your own system. Unique within a workspace. Set via createLabelType or updateLabelType.
Whether this label type has been archived. Archived label types remain on threads that already carry them but cannot be applied to new threads.
The user or machine user who archived this label type. Null if the label type is not archived.
When this label type was archived. Null if the label type is not archived.
When true, Plain's AI features will not suggest or automatically apply this label type.

