Skip to main content

CursorPagination

For pagination that is cursor-based.

input CursorPagination {
cursor: String
direction: CursorPaginationDirection
pageSize: Int
}

Fields

CursorPagination.cursor ● String scalar

The starting element for the next page. A typical usecase would be identifier of the last object received.

CursorPagination.direction ● CursorPaginationDirection enum

Used to provide a direction of travel through the result set.

CursorPagination.pageSize ● Int scalar

How many objects to retrieve

Member Of

accountStatements query ● contacts query ● forms query ● invoices query ● labs query ● letters query ● patientDocuments query ● patients query ● practiceTemplateDocuments query ● prescriptions query ● products query ● questionnaires query ● records query ● tasks query