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