CampaignEdge
One campaign together with the cursor that marks its position in the connection.
type CampaignEdge {
node: Campaign!
cursor: String!
}
Fields
CampaignEdge.node ● Campaign! non-null object
The campaign at the end of this edge.
CampaignEdge.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
CampaignConnection object