ENUM

AdvertDurationPeriodEnum

Represents the length of an event broken up into periods of days.

link GraphQL Schema definition

  • enum AdvertDurationPeriodEnum {
  • # 0 Days or field is null
  • DAYS_0
  • # 1-5 Days
  • DAYS_1_TO_5
  • # 6-10 Days
  • DAYS_6_TO_10
  • # 11-15 Days
  • DAYS_11_TO_15
  • # 16-19 Days
  • DAYS_16_TO_19
  • # 20 Days or more
  • DAYS_20_PLUS
  • }