Cursors

public struct Cursors : Codable

A pair of Cursors that allow traversal through paginated data.

  • The Cursor that points to the start of the page of data that has been returned.

    Declaration

    Swift

    public let before: String
  • The Cursor that points to the end of the page of data that has been returned.

    Declaration

    Swift

    public let after: String