Skip to content

searchLabels ​

Search for nodes of type Label

graphql
searchLabels(
  filter: LabelFilterInput
  first: Int!
  query: String!
  skip: Int
): [Label!]!

Arguments ​

searchLabels.filter ● LabelFilterInput input ​

Filter for specific items

searchLabels.first ● Int! non-null scalar ​

Get the first n items.

searchLabels.query ● String! non-null scalar ​

Search query nodes must match

searchLabels.skip ● Int scalar ​

Skips n items.

Type ​

Label object ​

Label used to mark Issues with. A Label consists of a name, a description and a color. Issues may be synced to all IMSProjects of Trackables they are part of. READ is granted if READ is granted on any Trackable in trackables.

Released under the MIT License.