AccountingAccountInput
No description
input AccountingAccountInput {
accountNumber: String!
category: AccountingAccountCategory!
id: UUID
label: String!
}
Fields
| Nom | Type | Description |
|---|---|---|
| accountNumber | String! non-null scalar | — |
| category | AccountingAccountCategory! non-null enum | — |
| id | UUID scalar | Unique identifier of the entity |
| label | String! non-null scalar | AccountingConfigInput |