FloorStatus
Represents the status of a Floor.
type FloorStatus {
startDate: Date!
status: FloorStatusType!
}
Fields
FloorStatus.startDate ● Date! non-null scalar
Start date of the Floor status
FloorStatus.status ● FloorStatusType! non-null enum
Status of the Floor
Member Of
Floor object