CommentMutationPayloadType
No description
type CommentMutationPayloadType {
userErrors: [UserError]
success: Boolean
comment: CommentType
}
Fields
CommentMutationPayloadType.userErrors
● [UserError]
list object
CommentMutationPayloadType.success
● Boolean
scalar
Note: this is not fully supported yet everywhere.
CommentMutationPayloadType.comment
● CommentType
object
Returned by
createCommentOnDocumentWithMentioning
mutation ● updateComment
mutation