Skip to main content

PageInfo

The Relay compliant PageInfo type, containing data necessary to paginate this connection.

type PageInfo {
endCursor: String
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
}

Fields

PageInfo.endCursor ● String scalar

When paginating forwards, the cursor to continue.

PageInfo.hasNextPage ● Boolean! non-null scalar

When paginating forwards, are there more items?

PageInfo.hasPreviousPage ● Boolean! non-null scalar

When paginating backwards, are there more items?

PageInfo.startCursor ● String scalar

When paginating backwards, the cursor to continue.

Member Of

ActivityConnection object ● AggregateHoldingConnection object ● RetailOrderConnection object