asHtml
is a boolean that determines if the response is in HTML format.
comment
is the comment to be saved.
id
is the ID of the thread.
locked
is a boolean that determines if the thread is locked.
parentCommentId
is the ID of the parent comment.
threadId
is the ID of the thread.
SaveThreadCommentVariables
is an interface that contains the variables that are passed to theSaveThreadComment
mutation. It contains the ID of the thread, the ID of the parent comment, the comment to be saved, and a boolean to determine if the response is in HTML format.