INPUT_OBJECT

QuerySort

Sorting order for the results, multiple fields with with independent sorting order can be specified. Has a default sort order of Ascending.

link GraphQL Schema definition

  • input QuerySort {
  • # The field on which to sort
  • field: String!
  • # The sort order ASC/DESC
  • order: QuerySortOrder!
  • }

link Require by