Queries
labelTypes
Returns a paginated list of label types in the workspace. By default includes both active and archived label types; pass filters: { isArchived: false } to exclude archived ones. Requires the labelType:read permission.
QUERY
labelTypes(filters: LabelTypeFilter, first: Int, after: String, last: Int, before: String): LabelTypeConnection!Arguments
filters
first
Int
after
String
last
Int
before
String
Returns
edges
[LabelTypeEdge!]!
pageInfo
Query
Response
Query
Response

