Mutations

SaveThreadComment

Create or update a thread comment

Create or update a thread comment

SaveThreadComment(
  id: Int
  threadId: Int
  parentCommentId: Int
  comment: String
  locked: Boolean
): ThreadComment

Arguments

SaveThreadComment.id ● Int scalar

The comment id, required for updating

SaveThreadComment.threadId ● Int scalar

The id of thread the comment belongs to

SaveThreadComment.parentCommentId ● Int scalar

The id of thread comment to reply to

SaveThreadComment.comment ● String scalar

The comment markdown text (Min: 1, Max: 12000)

SaveThreadComment.locked ● Boolean scalar

If the comment tree should be locked. (Mod Only)

Type

ThreadComment object

Forum Thread Comment

Copyright © 2026