OBJECT
InvoiceDeliveryNote
link GraphQL Schema definition
- type InvoiceDeliveryNote implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : UUID!
- : Datetime!
- # Reads a single `Invoice` that is related to this `InvoiceDeliveryNote`.
- : Invoice!
- # Reads a single `DeliveryNote` that is related to this `InvoiceDeliveryNote`.
- : DeliveryNote!
- }