Skip to content

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

PropertyTypeDefined in
endCursor?stringpackages/apollo/src/pagination.ts:27
hasNextPagebooleanpackages/apollo/src/pagination.ts:18
hasPreviousPagebooleanpackages/apollo/src/pagination.ts:21
startCursor?stringpackages/apollo/src/pagination.ts:24

Released under the MIT License.