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