GraphQL OBJECT

ContactInformation

Information about the contact.

link Definition

  • type ContactInformation {
  • # Contact's email address.
  • email: String
  • # Contact's first name.
  • firstName: String
  • # Contact's last name.
  • lastName: String
  • # Contact's company.
  • company: String
  • # Contact's country.
  • country: Country
  • # Contact's Language.
  • language: Language
  • }