OBJECT
AssetEventsCountConnection
A connection to a list of items.
link GraphQL Schema definition
- type AssetEventsCountConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [AssetEventsCountEdge]
- # A list of AssetEventsCount nodes.
- : [AssetEventsCount!]!
- # The total count of items in the connection.
- : Int!
- }