Skip to content

InterfacePartOrder ​

Defines the order of a InterfacePart list

graphql
input InterfacePartOrder {
  direction: OrderDirection
  field: InterfacePartOrderField
}

Fields ​

InterfacePartOrder.direction ● OrderDirection enum ​

The direction to order by, defaults to ASC

InterfacePartOrder.field ● InterfacePartOrderField enum ​

The field to order by, defaults to ID

Released under the MIT License.