feat: add start intervals to on-demand exercises
### Additions * added new type `TimeIntervalType` * added new input type `TimeIntervalInput` * added field `allowedStartInterval: TimeIntervalType` to `ExerciseStateType` type * added field `allowedStartInterval: TimeIntervalType` to `CreateExerciseType` type * added field `allowedStartInterval: TimeIntervalInput` to `CreateExerciseInput` input type * added new mutation `changeAllowedStartInterval(exerciseId: ID!, exerciseStateIds: [ID!]!, allowedStartInterval: TimeIntervalInput!): ExerciseType!` Closes #427
Loading
Please sign in to comment