ENUM

ScheduleInterruptionReason

The reason of an interruption of a schedule.

link GraphQL Schema definition

1enum ScheduleInterruptionReason {
2
3# The user is on vacation.
4VACATION
5
6# Fallback value for reason unknown to the GQL schema.
7OTHER
8}