- paginateNodes<T>(nodes, args, cursorForNode): RelayPaginationResult
Parameters
- nodes: T[]
- args: {
after?: string;
before?: string;
first?: number;
last?: number;
[key: string]: unknown;
}[key: string]: unknown
Optionalafter?: string
Optionalbefore?: string
Optionalfirst?: number
Optionallast?: number
- cursorForNode: CursorForNode<T>