mutation addMachineTags($id: ID!, $tags: [KeyValueInput]!) { addMachineTags(id: $id, tags: $tags) { id } }