Cursors
public struct Cursors : CursorProtocol, Decodable
A structure containing a set of cursors used to identify items in a cursor-based paging collection.
Cursor-based paging collections depend on a set of cursors
to identify the first and last items in a given page, providing reference points from which to page through a larger list of results, typically sorted in chronological order.
-
Declaration
Swift
public typealias CursorType = Element.CursorType
-
Declaration
Swift
public var newest: Element.CursorType?
-
Declaration
Swift
public var oldest: Element.CursorType?