OBJECT
ReleaseAssetConnection
The connection type for ReleaseAsset.
link GraphQL Schema definition
- type ReleaseAssetConnection {
- # A list of edges.
- : [ReleaseAssetEdge]
- # A list of nodes.
- : [ReleaseAsset]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }