CommentEditedPayload
CommentEditedPayload is returned when a Comment is edited.
type CommentEditedPayload {
comment: Comment!
}
Fields
CommentEditedPayload.comment
● Comment!
non-null object
comment is the Comment that was edited.
Returned By
commentEdited
subscription