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