Skip to content

RelationLayoutOrder ​

Defines the order of a RelationLayout list

graphql
input RelationLayoutOrder {
  direction: OrderDirection
  field: RelationLayoutOrderField
}

Fields ​

RelationLayoutOrder.direction ● OrderDirection enum ​

The direction to order by, defaults to ASC

RelationLayoutOrder.field ● RelationLayoutOrderField enum ​

The field to order by, defaults to ID

Released under the MIT License.