Magidoc

updatePostComment
Mutation

Updates the body of a post comment.

Access: Requires user to be the comment creator.

Arguments

#

commentId

ID !
Non-null

ID of the comment to update

body

Non-null

New body content

mentions

[ID !]

Updated list of mentioned user IDs

Response

#

Returns PostComment !.

Example

#