OBJECT
InvoiceAccountingItem35A
A InvoiceAccountingItem35a holds German ยง35a data for an InvoiceAccountingItem.
link GraphQL Schema definition
- type InvoiceAccountingItem35A implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : Float
- : String
- : Datetime
- : Float
- : String
- : Datetime
- : GerClause35AKind
- : String
- : Datetime
- : UUID
- : UUID!
- : Datetime!
- : Datetime!
- # Reads a single `InvoiceAccountingItem` that is related to this
- # `InvoiceAccountingItem35A`.
- : InvoiceAccountingItem!
- # Reads a single `User` that is related to this `InvoiceAccountingItem35A`.
- : User
- # Reads a single `User` that is related to this `InvoiceAccountingItem35A`.
- : User!
- }
link Require by
- InvoiceAccountingItemA `InvoiceAccountingItem` represent a booking line for an `Invoice`.
- InvoiceAccountingItem35AsConnectionA connection to a list of `InvoiceAccountingItem35A` values.
- InvoiceAccountingItem35AsEdgeA `InvoiceAccountingItem35A` edge in the connection.
- QueryThe root query type which gives access points into the data universe.
- SetInvoiceAccountingItem35AKindPayloadThe output of our `setInvoiceAccountingItem35AKind` mutation.
- SetInvoiceAccountingItem35ANetPayloadThe output of our `setInvoiceAccountingItem35ANet` mutation.
- SetInvoiceAccountingItem35ATotalPayloadThe output of our `setInvoiceAccountingItem35ATotal` mutation.