GraphQL INPUT_OBJECT
PriceFormatInput
link Definition
- input PriceFormatInput {
- # Currency of the price.
- CurrencyEnum! :
- # The country.
- CountryEnum! :
- # The language.
- LanguageEnum! :
- }
GraphQL INPUT_OBJECT
- input PriceFormatInput {
- # Currency of the price.
- CurrencyEnum! :
- # The country.
- CountryEnum! :
- # The language.
- LanguageEnum! :
- }