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