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