OBJECT

SortField

A field on which we can sort the items

link GraphQL Schema definition

  • type SortField {
  • # Attribute code of sort field
  • value: String
  • # Label of sort field
  • label: String
  • }