OBJECT
The connection type for Campaign.
type CampaignConnection {cursors: [String!]! # A list of edges.edges: [CampaignEdge] # A list of nodes.nodes: [Campaign] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }