OBJECT

ReleaseAssetConnection

The connection type for ReleaseAsset.

link GraphQL Schema definition

  • type ReleaseAssetConnection {
  • # A list of edges.
  • edges: [ReleaseAssetEdge]
  • # A list of nodes.
  • nodes: [ReleaseAsset]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }