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