cursor_ordering
ordering argument of a cursor
enum cursor_ordering {
  ASC
  DESC
}
Values
cursor_ordering.ASC
ascending ordering of the cursor
cursor_ordering.DESC
descending ordering of the cursor