OBJECT
AccountingInstruction
Accounting instructions for the current client company
link GraphQL Schema definition
- type AccountingInstruction implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : TrimmedText!
- : UUID!
- : Datetime!
- : UUID!
- : Datetime!
- # Reads a single `ClientCompany` that is related to this `AccountingInstruction`.
- : ClientCompany!
- # Reads a single `User` that is related to this `AccountingInstruction`.
- : User!
- # Reads a single `User` that is related to this `AccountingInstruction`.
- : User!
- }