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