INPUT_OBJECT

TypedIntervalParams

link GraphQL Schema definition

  • input TypedIntervalParams {
  • # The day or days this interval is relevant for
  • type: RecurringScheduleType!
  • # The start time of the interval
  • start: Time!
  • # The end time of the interval
  • end: Time!
  • }

link Require by