Function: cursorPage()
cursorPage<
T>(items,params,cursors?):CursorPage<T>
Defined in: ts/src/pages.ts:46
Build a CursorPage from page items, the params, and the edge cursors.
Type Parameters
T
T
Parameters
items
T[]
params
cursors?
nextCursor?
string | null
previousCursor?
string | null
Returns
CursorPage<T>