OBJECT
ProcessScheduledActionEntityEdge
A Relay edge containing a ProcessScheduledActionEntity and its cursor.
link GraphQL Schema definition
- type ProcessScheduledActionEntityEdge {
- # The item at the end of the edge
- : ProcessScheduledActionEntity
- # A cursor for use in pagination
- : String!
- }