GraphQL INPUT_OBJECT
SupportContactLocalizedItemInput
Input for creation of a localized item for the related support contact.
link Definition
- input SupportContactLocalizedItemInput {
- # Language Id.
- LanguageEnum! :
- # Contact's email address.
- String :
- # Contact's fax.
- String :
- # Contact's phone.
- String :
- # Contact's url.
- String :
- # Free text.
- String :
- # Free html text.
- CountryEnum :
- }