linear.pageinfo
Home > @runlightyear/linear > PageInfo
PageInfo interface
Signature:interface PageInfo
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
endCursor | string | Cursor representing the last result in the paginated results. | |
hasNextPage | boolean | Indicates if there are more results when paginating forward. | |
hasPreviousPage | boolean | Indicates if there are more results when paginating backward. | |
startCursor | string | Cursor representing the first result in the paginated results. |