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 9dee0e1 commit bfea663Copy full SHA for bfea663
app/code/Magento/DirectoryGraphQl/etc/schema.graphqls
@@ -10,8 +10,10 @@ type Query {
10
type Currency {
11
base_currency_code: String
12
base_currency_symbol: String
13
+ default_display_currecy_code: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_code`.")
14
default_display_currency_code: String
- default_display_currency_symbol: String
15
+ default_display_currecy_symbol: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_symbol`.")
16
+ default_display_currency_symbol
17
available_currency_codes: [String]
18
exchange_rates: [ExchangeRate]
19
}
0 commit comments