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