ENUM

SortDirection

Available sort directions for ordering query results

link GraphQL Schema definition

  • enum SortDirection {
  • # Ascending order (A-Z, 0-9, oldest first)
  • ASC
  • # Descending order (Z-A, 9-0, newest first)
  • DESC
  • }