OBJECT

ApprovalApproverEntityConnection

link GraphQL Schema definition

  • type ApprovalApproverEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [ApprovalApproverEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }