OBJECT
type ContactAddress {contactAddressNid: ContactAddressNid! # Requires access to resource GRAPHQL_CONTACTcontact: Contact! description: String! address: String! postalCode: String! stateProvince: String! city: String! country: Country }