Skip to main content

linear.pageinfo

Home > @runlightyear/linear > PageInfo

PageInfo interface

Signature:
interface PageInfo 

Required Properties

PropertyModifiersTypeDescription
endCursorstringCursor representing the last result in the paginated results.
hasNextPagebooleanIndicates if there are more results when paginating forward.
hasPreviousPagebooleanIndicates if there are more results when paginating backward.
startCursorstringCursor representing the first result in the paginated results.