Class: PageInfo
Defined in: packages/apollo/src/pagination.ts:16
Standard Relay-style PageInfo object. Included in every Connection type.
Constructors
Constructor
ts
new PageInfo(): PageInfo;Returns
PageInfo
Properties
| Property | Type | Defined in |
|---|---|---|
endCursor? | string | packages/apollo/src/pagination.ts:27 |
hasNextPage | boolean | packages/apollo/src/pagination.ts:18 |
hasPreviousPage | boolean | packages/apollo/src/pagination.ts:21 |
startCursor? | string | packages/apollo/src/pagination.ts:24 |