OBJECT
ProcessActivityLogEntityConnection
link GraphQL Schema definition
- type ProcessActivityLogEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [ProcessActivityLogEntityEdge]!
- # Total number of items in the connection.
- : Int
- }