CommentInputType
No description
input CommentInputType {
documentId: String!
content: String!
formattedContent: String
mentions: MentionInputType
}
No description
input CommentInputType {
documentId: String!
content: String!
formattedContent: String
mentions: MentionInputType
}
CommentInputType.documentId
● String!
non-null scalarCommentInputType.content
● String!
non-null scalarCommentInputType.formattedContent
● String
scalarCommentInputType.mentions
● MentionInputType
input