GraphQL OBJECT
Information about the contact.
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 }