OBJECT
A connection to a list of items.
type AssetConnection {# A list of edges.edges: [AssetEdge] # Information to aid in pagination.pageInfo: PageInfo! # Identifies the total count of items in the connection.totalCount: Int! }