CampaignConnection
One page of the merchant’s advertising campaigns.
type CampaignConnection {
edges: [CampaignEdge!]!
nodes: [Campaign!]!
pageInfo: AdsPageInfo!
totalCount: Int!
}
Fields
CampaignConnection.edges ● [CampaignEdge!]! non-null object
The edges of this page, in the connection’s order.
CampaignConnection.nodes ● [Campaign!]! non-null object
The nodes of this page, in the connection’s order — the same rows as edges, without the cursors.
CampaignConnection.pageInfo ● AdsPageInfo! non-null object
Whether there is more to fetch, and the cursors to fetch it with.
CampaignConnection.totalCount ● Int! non-null scalar
How many rows the merchant has behind this connection in total, ignoring the page window.
Returned By
campaigns query