Skip to content

ViewOrder

Defines the order of a View list

graphql
input ViewOrder {
  direction: OrderDirection
  field: ViewOrderField
}

Fields

ViewOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

ViewOrder.field ● ViewOrderField enum

The field to order by, defaults to ID

Released under the MIT License.