AdsPageInfo
Where the caller is in a paged list: whether more pages exist in either direction, and the cursors that fetch them.
type AdsPageInfo {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
endCursor: String
}
Fields
AdsPageInfo.hasNextPage ● Boolean! non-null scalar
Whether more edges exist after the ones in this page. Page forward with first and the endCursor.
AdsPageInfo.hasPreviousPage ● Boolean! non-null scalar
Whether more edges exist before the ones in this page. Page backward with last and the startCursor.
AdsPageInfo.startCursor ● String scalar
The cursor of the first edge in this page, or null when the page is empty.
AdsPageInfo.endCursor ● String scalar
The cursor of the last edge in this page, or null when the page is empty.
Member Of
AdAccountConnection object ● AdPlatformConnection object ● CampaignConnection object