createCommentReply
createCommentReply will create a Comment as the current logged in User that is in reply to another Comment.
createCommentReply(
input: CreateCommentReplyInput!
): CreateCommentReplyPayload!
Arguments
createCommentReply.input
● CreateCommentReplyInput!
non-null input
Type
CreateCommentReplyPayload
object
CreateCommentReplyPayload contains the created Comment after the createCommentReply mutation.