Skip to content

createDsiComment

Create a DSI comment

Arguments

input · createDsiCommentInput · Parameters for createDsiComment

Returns

createDsiCommentPayload

Example

mutation createDsiComment($input: createDsiCommentInput) {
createDsiComment(input: $input) {
dsi_comment
messages
}
}