FreePlayWindowInfo
Status of the recurring free-play window during which gameplay is open without entitlement.
type FreePlayWindowInfo {
isCurrentlyActive: Boolean!
description: String!
nextWindowStart: String
}
Fields
FreePlayWindowInfo.isCurrentlyActive ● Boolean! non-null scalar
True if the free-play window is open right now.
FreePlayWindowInfo.description ● String! non-null scalar
Human-readable summary of the free-play schedule.
FreePlayWindowInfo.nextWindowStart ● String scalar
ISO 8601 timestamp when the next free-play window begins, or null if not applicable.
Returned By
freePlayWindowInfo query