Skip to main content

CommentUpdateInputType

No description

input CommentUpdateInputType {
commentId: String!
content: String!
formattedContent: String!
mentions: MentionInputType
}

Fields

CommentUpdateInputType.commentId ● String! non-null scalar

CommentUpdateInputType.content ● String! non-null scalar

CommentUpdateInputType.formattedContent ● String! non-null scalar

CommentUpdateInputType.mentions ● MentionInputType input

Member of

updateComment mutation