createComment
create Comment
Arguments
input
· createCommentInput
· Parameters for createComment Returns
createCommentPayload
Example
mutation createComment($input: createCommentInput) { createComment(input: $input) { comment messages }}