Skip to content

LabelOrder

Defines the order of a Label list

graphql
input LabelOrder {
  direction: OrderDirection
  field: LabelOrderField
}

Fields

LabelOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

LabelOrder.field ● LabelOrderField enum

The field to order by, defaults to ID

Released under the MIT License.