ENUM

cursor_ordering

ordering argument of a cursor

link GraphQL Schema definition

  • enum cursor_ordering {
  • # ascending ordering of the cursor
  • ASC
  • # descending ordering of the cursor
  • DESC
  • }