Skip to content

Commit bfea663

Browse files
committed
Currency misspelled in graphql attributes
1 parent 9dee0e1 commit bfea663

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/DirectoryGraphQl/etc/schema.graphqls

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ type Query {
1010
type Currency {
1111
base_currency_code: String
1212
base_currency_symbol: String
13+
default_display_currecy_code: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_code`.")
1314
default_display_currency_code: String
14-
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
1517
available_currency_codes: [String]
1618
exchange_rates: [ExchangeRate]
1719
}

0 commit comments

Comments
 (0)