OBJECT
When paging currencies, wraps a currency node together with the cursor referencing its position in the results
1type CurrencyEdge {23# The cursor id referencing the position of this node in the results4cursor: String! 75# The node value6node: Currency! 89}