Delete Rotation
mutation{
deleteRotation(ID:13348){
name,
ID,
scheduleID
}
}
Response:
{
"data": {
"deleteRotation": {
"name": "Daily 24 x 7",
"ID": 13348,
"scheduleID": 9053
}
}
}
Last updated
Was this helpful?