WIP: Comment CRUD #172
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "mk/video-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -2187,0 +2211,4 @@
export type MutationEditCommentArgs = {
commentId: Scalars["Int"]["input"];
newMessage: Scalars["String"]["input"];
videoId: Scalars["Int"]["input"];
shouldn't the comment id alone be enough to identify?
Checkout
From your project repository, check out a new branch and test the changes.