OBJECT

AssetConnection

A connection to a list of items.

link GraphQL Schema definition

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