OBJECT
CurrencyExchangeRateEntityConnection
link GraphQL Schema definition
- type CurrencyExchangeRateEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [CurrencyExchangeRateEntityEdge]!
- # Total number of items in the connection.
- : Int
- }