Skip to content

IMSOrder

Defines the order of a IMS list

graphql
input IMSOrder {
  direction: OrderDirection
  field: IMSOrderField
}

Fields

IMSOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

IMSOrder.field ● IMSOrderField enum

The field to order by, defaults to ID

Member Of

imss query

Released under the MIT License.