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