OBJECT
Represents single proforma invoice item
type ProformaInvoiceItem {name: String! net: Float! gross: Float! vat: Float nid: ID! # Requires access to given proforma invoicerechargeInvoice: ProformaInvoice! vatValue: Float }