OBJECT

SortSpec

A map of suggested sort options

link GraphQL Schema definition

  • type SortSpec {
  • # The description of the sort operation. E.g. Price (High to Low)
  • description: String!
  • # The actual search operation string. E.g. -price
  • spec: String!
  • }