createCommentReply
createCommentReply will create a Comment as the current logged in User that is in reply to another Comment.
createCommentReply( input: CreateCommentReplyInput!): CreateCommentReplyPayload!
#
Argumentsinput
(CreateCommentReplyInput!
)#
#
TypeCreateCommentReplyPayload
#
CreateCommentReplyPayload contains the created Comment after the createCommentReply mutation.