OBJECT
type ContactInvoice {number: String! type: SalesInvoiceType! issueDate: DateTime! sellDate: DateTime! amount: Float! currency: String! link: String! }