OBJECT
Represents single credit note item
type CreditNoteItem {nid: ID! name: String! net: Float! gross: Float! vat: Float # Requires access to given credit notecreditNote: CreditNote! vatValue: Float }