ENUM

CampaignType

The type of the campaign.

link GraphQL Schema definition

1enum CampaignType {
2
3# The default campaign type that allows all drop types but manual_triggers.
4DEFAULT
5
6# The manual trigger campaign type only allows for manual trigger type drops.
7MANUAL_TRIGGER_BASED
8}