SCALAR
Cursor
An opaque position marker for pagination. Paginated queries return
a PageInfo struct with start and end cursors (which are actually
lists of Cursor for ...reasons...). You can then issue queries
requesting results before
the start
or after
the end
cursors to request the previous or next page respectively.
Is actually a string or integer. May be extended in future.
link GraphQL Schema definition
- scalar Cursor