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