Component
No description
type Component {
comment: String
createdDate: DateTime!
currentState: ObjectState
id: UUID!
material: ComponentMaterial
organizationId: UUID!
roomId: UUID
type: ComponentType
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| comment | String scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| currentState | ObjectState object | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| material | ComponentMaterial enum | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| roomId | UUID scalar | — |
| type | ComponentType enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity Room |