Add a comment
add_commentMUTATES Parabol data: add a comment to a meeting discussion thread. Required: content (stringified TipTap/ProseMirror JSON document), discussionId, threadSortOrder (Int). Optionally isAnonymous or threadParentId (to reply). Parabol GraphQL: addComment(comment) → union. Requires COMMENTS_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Additional documented GraphQL input fields to send verbatim in this mutation's input (merged OVER the typed fields above). | |
| content | Yes | Comment body as a stringified TipTap/ProseMirror JSON document (required). | |
| isAnonymous | No | Post the comment anonymously. | |
| discussionId | Yes | The discussion (meeting thread) id (required). | |
| threadParentId | No | Parent comment id, to post a threaded reply. | |
| threadSortOrder | No | Position within the thread (Int). Defaults to 0. |