OBJECT
ActiveQueryExecutionEdge
An edge in a connection.
link GraphQL Schema definition
- type ActiveQueryExecutionEdge {
- # The item at the end of the edge
- : ActiveQueryExecution
- # A cursor for use in pagination
- : String!
- }
OBJECT
An edge in a connection.
- type ActiveQueryExecutionEdge {
- # The item at the end of the edge
- : ActiveQueryExecution
- # A cursor for use in pagination
- : String!
- }