Skip to content

updateDsiComment

Update a DSI comment

Arguments

input · updateDsiCommentInput · Parameters for updateDsiComment

Returns

updateDsiCommentPayload

Example

mutation updateDsiComment($input: updateDsiCommentInput) {
updateDsiComment(input: $input) {
dsi_comment
messages
}
}