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