ENUM
cursor_ordering
ordering argument of a cursor
link GraphQL Schema definition
- enum cursor_ordering {
- # ascending ordering of the cursor
- # descending ordering of the cursor
- }
ENUM
ordering argument of a cursor
- enum cursor_ordering {
- # ascending ordering of the cursor
- # descending ordering of the cursor
- }