This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
Reply comment resolver update #7
Labels
big brain
When I exhibit big brain syndrome
enhancement
New feature or request
help wanted
Extra attention is needed
** insert thought cloud **
I was thinking, we have the createReply have the parentCommentID field so i can do something like this inside comment page: if(comment.id === parentCommentID) { ...indent under parentComment } else { return null }
what we have now. we can then do getReplyComment, map it under the getPostComment, then if parentCommentID === postComment.id ? indent : null
The text was updated successfully, but these errors were encountered: