OBJECT

AssetGroupConnection

A connection to a list of items.

link GraphQL Schema definition

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

link Require by