mutation startInstanceFromSnapshot($id: ID!, $snapshot: ID!) { startMachineFromSnapshot(id: $id, snapshot: $snapshot) { id } }