Skip to main content

SingleDirectionPageInfo

Information on Pagination

type SingleDirectionPageInfo {
endCursor: String
hasNextPage: Boolean!
}

Fields​

SingleDirectionPageInfo.endCursor ● String scalar​

The cursor to use when paginating forwards (using first/after). Will always be populated regardless of if a next page exists.

SingleDirectionPageInfo.hasNextPage ● Boolean! non-null scalar​

Whether or not using the endCursor will result in more results. Always populated, but will always be false when paginating using last/before.

Member of​

DemandExportConnection object ● DemandImportConnection object