OBJECT
The connection type for Campaign.
type CampaignConnection {# A list of edges.edges: [CampaignEdge] # A list of nodes.nodes: [Campaign] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }