Furniture
No description
type Furniture {
commissioningDate: Date
count: Int
currentState: ObjectState
id: UUID
name: String
purchasePrice: Int
}
Fields
| Nom | Type | Description |
|---|---|---|
| commissioningDate | Date scalar | — |
| count | Int scalar | — |
| currentState | ObjectState object | — |
| id | UUID scalar | — |
| name | String scalar | — |
| purchasePrice | Int scalar | Room |