ENUM

BountyCampaignType

Represents the type of the campaign.

link GraphQL Schema definition

1enum BountyCampaignType {
2
3# A user is paid to stream themselves playing a game.
4PAY_TO_STREAM
5
6# A user is paid to stream a game trailer.
7GAME_TRAILER
8
9# A user is paid to stream a non-game trailer (ie. a movie trailer).
10MISC_TRAILER
11
12# Invalid campaign type.
13UNKNOWN
14}