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