UNPKG

graphql-mocks

Version:
9 lines (8 loc) 303 B
import { CursorForNode, RelayPaginationResult } from './types'; export declare function paginateNodes<T = unknown>(nodes: T[], args: { [key: string]: unknown; first?: number; last?: number; before?: string; after?: string; }, cursorForNode: CursorForNode<T>): RelayPaginationResult;