Skip to content

Type Alias: Pagination

Pagination = object

Defined in: packages/fate/src/types.ts:131

Pagination state returned alongside connection lists.

Properties

hasNext

hasNext: boolean

Defined in: packages/fate/src/types.ts:132


hasPrevious

hasPrevious: boolean

Defined in: packages/fate/src/types.ts:133


nextCursor?

optional nextCursor?: string

Defined in: packages/fate/src/types.ts:134


previousCursor?

optional previousCursor?: string

Defined in: packages/fate/src/types.ts:135

Released under the MIT License