ENUM
ItemCollectionType
Collection type for Items.
link GraphQL Schema definition
1 enum ItemCollectionType { 2 3 # Items featured by Prime Gaming. 4 5 6 # Items that are popular right now. 7 8 9 # Items that are free games. 10 11 12 # Items with offers that went live recently. 13 14 15 # Items with offers ending soon. 16 17 18 # Items with offers starting soon. 19 20 }