WIP: Comment CRUD #172

Draft
countablecloud wants to merge 1 commits from mk/video-comments into master
Member
No description provided.
countablecloud added 1 commit 2025-03-26 14:21:31 -06:00
WIP: Comment CRUD
All checks were successful
Tests / Tests (pull_request) Successful in 6s
1488862c77
colonelpanic reviewed 2025-03-27 11:46:58 -06:00
@ -2187,0 +2211,4 @@
export type MutationEditCommentArgs = {
commentId: Scalars["Int"]["input"];
newMessage: Scalars["String"]["input"];
videoId: Scalars["Int"]["input"];
Owner

shouldn't the comment id alone be enough to identify?

shouldn't the comment id alone be enough to identify?
All checks were successful
Tests / Tests (pull_request) Successful in 6s
Required
Details
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin mk/video-comments:mk/video-comments
git checkout mk/video-comments
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: railbird/railbird-gql#172
No description provided.