addComment
No description
addComment(
  input: CreateCommentInput!
): Comment!
Arguments
addComment.input ● CreateCommentInput! non-null input
Type
Comment object
Comment(id, commentable_type, commentable_id, parent_comment, created, modified, commenter, text, language_code, is_edited, is_deleted)