OBJECT
type InvoiceAddress {vatID: String! mobile: String! created: DateTime updated: DateTime salutation: String! firstName: String! lastName: String! company: String! additionalInfo: String! street: String! streetNumber: String! zipCode: String! city: String! phone: String! fax: String! country: Country state: State }