OBJECT
ApprovalEntityEdge
A Relay edge containing a ApprovalEntity and its cursor.
link GraphQL Schema definition
- type ApprovalEntityEdge {
- # The item at the end of the edge
- : ApprovalEntity
- # A cursor for use in pagination
- : String!
- }
OBJECT
A Relay edge containing a ApprovalEntity and its cursor.
- type ApprovalEntityEdge {
- # The item at the end of the edge
- : ApprovalEntity
- # A cursor for use in pagination
- : String!
- }