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