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