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