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