WaitingRoom
No description
type WaitingRoom {
name: String
isActive: Boolean
activeAt: Time
isFinished: Boolean
}
Fields
name ● String scalar
isActive ● Boolean scalar
Whether the waiting room is active or not
activeAt ● Time scalar
The timestamp at which waiting room is to be active
isFinished ● Boolean scalar
Member of
Level object