mutation createInstanceSnapshot($id: ID!, $name: String) { createMachineSnapshot(id: $id, name: $name) { id name } }