AdAccountEdge
One ad account together with the cursor that marks its position in the connection.
type AdAccountEdge {
node: AdAccount!
cursor: String!
}
Fields
AdAccountEdge.node ● AdAccount! non-null object
The ad account at the end of this edge.
AdAccountEdge.cursor ● String! non-null scalar
This edge’s position in the connection. Opaque: pass it back as after or before, never parse it.
Member Of
AdAccountConnection object