Skip to content

AggregatedIssueOrder

Defines the order of a AggregatedIssue list

graphql
input AggregatedIssueOrder {
  direction: OrderDirection
  field: AggregatedIssueOrderField
}

Fields

AggregatedIssueOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

AggregatedIssueOrder.field ● AggregatedIssueOrderField enum

The field to order by, defaults to ID

Released under the MIT License.