AccountingConfigInput
No description
input AccountingConfigInput {
accounts: [AccountingAccountInput!]!
id: UUID
openingDate: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| accounts | [AccountingAccountInput!]! non-null input | — |
| id | UUID scalar | Unique identifier of the entity |
| openingDate | String scalar | createOrUpdateAccountingConfig |