Skip to main content

CommentInputType

No description

input CommentInputType {
documentId: String!
content: String!
formattedContent: String
mentions: MentionInputType
}

Fields

CommentInputType.documentId ● String! non-null scalar

CommentInputType.content ● String! non-null scalar

CommentInputType.formattedContent ● String scalar

CommentInputType.mentions ● MentionInputType input

Member of

createCommentOnDocumentWithMentioning mutation