INPUT_OBJECT

Sorter

Used to sort results.

link GraphQL Schema definition

  • input Sorter {
  • # The model attribute you wish to reference.
  • attribute: String!
  • # The direction to sort in.
  • direction: SortDirection!
  • }

link Require by