INPUT_OBJECT

BroadcastInputSlateItemInput

A slate item definition.

link GraphQL Schema definition

  • input BroadcastInputSlateItemInput {
  • # The slate type.
  • type: ENUM_SLATETYPE!
  • # The slate name.
  • name: String
  • # The slate scheduled start time in the Java time format of YYYY-MM-dd HH:mm:ss
  • # ZZZ. For example: 2019-04-27 12:41:30 America/Los_Angeles
  • scheduleStartTime: String
  • # The slate scheduled duration. For example: 1 hour 30 minutes 12 seconds
  • scheduleDuration: String
  • # The slate schedule recurrence rule in the iCalendar RFC2445 RRULE format. For
  • # example: FREQ=WEEKLY;COUNT=8
  • scheduleRecurrenceRule: String
  • }