Update Rotation

mutation{
  updateRotation(ID:18135, input:{
    name:"New Daily 24x7",
    startDate:"2023-05-08T09:28:39.365Z",
    period:daily,
    changeParticipantsUnit:day,
    changeParticipantsFrequency:1,
    shiftTimeSlot:{
      startHour:1,
      startMin:0,
      duration:1440
    }
  }){
    name,
    ID,
    scheduleID
  }
}

Response:

{
  "data": {
    "updateRotation": {
      "name": "New Daily 24x7",
      "ID": 18135,
      "scheduleID": 9054
    }
  }
}

Last updated