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