ENUM

ItemCollectionType

Collection type for Items.

link GraphQL Schema definition

1enum ItemCollectionType {
2
3# Items featured by Prime Gaming.
4FEATURED
5
6# Items that are popular right now.
7POPULAR
8
9# Items that are free games.
10FREE_GAMES
11
12# Items with offers that went live recently.
13NEW
14
15# Items with offers ending soon.
16EXPIRING
17
18# Items with offers starting soon.
19COMING_SOON
20}

link Required by