Skip to main content

FreePlayWindowInfo

No description

type FreePlayWindowInfo {
isCurrentlyActive: Boolean!
description: String!
nextWindowStart: String
}

Fields

FreePlayWindowInfo.isCurrentlyActive ● Boolean! non-null scalar

True if a free-play window is active right now.

FreePlayWindowInfo.description ● String! non-null scalar

Human-readable description of the free-play schedule.

FreePlayWindowInfo.nextWindowStart ● String scalar

ISO-8601 start time of the next free-play window, or null if none.

Returned By

freePlayWindowInfo query