OBJECT

CurrencyExchangeRatesListEntityConnection

link GraphQL Schema definition

  • type CurrencyExchangeRatesListEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [CurrencyExchangeRatesListEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }