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