ENUM

SortDirection

Sort order, ASC: ascending, DESC: descending

link GraphQL Schema definition

  • enum SortDirection {
  • ASC
  • DESC
  • }