OBJECT
InvoiceItem
A InvoiceItem represents a single line item belonging to an Invoice.
link GraphQL Schema definition
- type InvoiceItem implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID
- : TrimmedText!
- : TrimmedText
- : TrimmedText
- : TrimmedText
- : TrimmedText
- : TrimmedText
- : TrimmedText
- : TrimmedText
- : Float
- : TrimmedText
- : Float
- : Float
- : Float
- : TrimmedText
- : Float
- : UpdatedTime
- : CreatedTime
- # Reads a single `Invoice` that is related to this `InvoiceItem`.
- : Invoice
- }