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
  • node: CurrencyEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }