Skip to main content

AdAccountConnection

One page of the merchant’s advertising accounts, connected or not.

type AdAccountConnection {
edges: [AdAccountEdge!]!
nodes: [AdAccount!]!
pageInfo: AdsPageInfo!
totalCount: Int!
}

Fields

AdAccountConnection.edges ● [AdAccountEdge!]! non-null object

The edges of this page, in the connection’s order.

AdAccountConnection.nodes ● [AdAccount!]! non-null object

The nodes of this page, in the connection’s order — the same rows as edges, without the cursors.

AdAccountConnection.pageInfo ● AdsPageInfo! non-null object

Whether there is more to fetch, and the cursors to fetch it with.

AdAccountConnection.totalCount ● Int! non-null scalar

How many rows the merchant has behind this connection in total, ignoring the page window.

Returned By

adAccounts query