Skip to content

createComment

create Comment

Arguments

input · createCommentInput! · required · Parameters for createComment

Returns

createCommentPayload

Example

mutation createComment($input: createCommentInput!) {
createComment(input: $input) {
comment
messages
}
}