GraphQL OBJECT

SupportContactLocalizedItem

Localized support contact item for the related support contact.

link Definition

  • type SupportContactLocalizedItem {
  • # Language Id.
  • language: Language!
  • # 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
  • }