ENUM

OfferState

Enum indicating the current live state of a given Prime Gaming content offer.

link GraphQL Schema definition

1enum OfferState {
2
3# The offer is no longer live and has expired.
4EXPIRED
5
6# The offer is currently live.
7LIVE
8
9# The offer will be live in the future.
10FUTURE
11}