commentReplyCreated
DEPRECATED
Use commentEntered instead
commentReplyCreated returns when a Comment is posted in the ancestor chain of comments.
commentReplyCreated(
ancestorID: ID!
): CommentReplyCreatedPayload! @deprecated
Arguments
commentReplyCreated.ancestorID
● ID!
non-null scalar
Type
CommentReplyCreatedPayload
object
CommentReplyCreatedPayload is returned when a Comment is created as a reply to another Comment where the selected ancestor Comment is in the ancestor chain.