Create Schedule

Create Schedule with empty rotation

mutation {
  createSchedule(input:{
    teamID:"6129ac15518568defa92794c",
    name:"Product Schedule",
    timeZone:"Asia/kolkata",
    rotations:[],
    owner:{
      type:team,
      ID:"6129ac15518568defa92794c"
    }
  }){
    ID,
    name,
    rotations{
      ID,
      name
    },
    timeZone
  }
}

Response:

Create Schedule with Rotation and without Participants Group

Response:

Create Schedule with Rotation and Participants Group

Response:

Last updated

Was this helpful?