OBJECT

ApprovalProcessEntityEdge

A Relay edge containing a ApprovalProcessEntity and its cursor.

link GraphQL Schema definition

  • type ApprovalProcessEntityEdge {
  • # The item at the end of the edge
  • node: ApprovalProcessEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }