ENUM

OfferPlatform

The platform on which the Offer is valid.

link GraphQL Schema definition

1enum OfferPlatform {
2
3# The web site.
4WEB
5
6# The iOS app.
7IOS
8
9# The Android app.
10ANDROID
11
12# The desktop app.
13DESKTOP
14}