GraphQL INPUT_OBJECT

SupportContactLocalizedItemInput

Input for creation of a localized item for the related support contact.

link Definition

  • 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.
  • freeHtmlText: CountryEnum
  • }