OBJECT

AssetConnection

The connection type for Asset.

link GraphQL Schema definition

  • 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!
  • }

link Require by