OBJECT

AssetEventsCountConnection

A connection to a list of items.

link GraphQL Schema definition

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