companyLabels
get all labels in the current company with more information about it
companyLabels(
after: String
first: Int
filter: LabelFilterInput
sortBy: CompanyLabelsSortBy = ALPHABETICALLY
sortDirection: SortDirection = ASC
): ViewerLabelsConnectionConnection
Arguments
companyLabels.after ● String scalar
Returns the items in the list that come after the specified cursor.
companyLabels.first ● Int scalar
Returns the first n items from the list.
companyLabels.filter ● LabelFilterInput input
companyLabels.sortBy ● CompanyLabelsSortBy enum
companyLabels.sortDirection ● SortDirection enum
Type
ViewerLabelsConnectionConnection object
A connection to a list of items.