Skip to content

IMSIssueOrder

Defines the order of a IMSIssue list

graphql
input IMSIssueOrder {
  direction: OrderDirection
  field: IMSIssueOrderField
}

Fields

IMSIssueOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

IMSIssueOrder.field ● IMSIssueOrderField enum

The field to order by, defaults to ID

Released under the MIT License.