We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfea663 commit 6ebdde1Copy full SHA for 6ebdde1
app/code/Magento/DirectoryGraphQl/etc/schema.graphqls
@@ -13,7 +13,7 @@ type Currency {
13
default_display_currecy_code: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_code`.")
14
default_display_currency_code: String
15
default_display_currecy_symbol: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_symbol`.")
16
- default_display_currency_symbol
+ default_display_currency_symbol: String
17
available_currency_codes: [String]
18
exchange_rates: [ExchangeRate]
19
}
0 commit comments