Create Rotation

Create Rotation without Participants Group

mutation {
  createRotation(
    scheduleID: 001,
    input:{
        name:"Daily 24x7",
        startDate:"2023-05-09T00:00:00Z",
        period:daily,
        changeParticipantsFrequency:1,
        changeParticipantsUnit:day
      }
    }){
      ID,
      scheduleID,
      name,
      color,
      startDate,
      period,
      changeParticipantsFrequency,
      changeParticipantsUnit,
      endDate,
      endsAfterIterations,
    }
}

Response:

Create Rotation with Participants Group

Response:

Last updated

Was this helpful?