OBJECT

Currency

A country currency

link GraphQL Schema definition

1type Currency {
2
3countryCodes: [ID]!
6
4code: ID!
6
5symbol: String!
7
8}