WIP: Comment CRUD #172

Closed
countablecloud wants to merge 2 commits from mk/video-comments into master
Member
No description provided.
countablecloud added 1 commit 2025-03-26 20:21:31 +00:00
WIP: Comment CRUD
All checks were successful
Tests / Tests (pull_request) Successful in 6s
1488862c77
colonelpanic reviewed 2025-03-27 17:46:58 +00:00
src/index.tsx Outdated
@@ -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?
loewy force-pushed mk/video-comments from 1488862c77 to 653f31e96a 2025-04-08 20:03:54 +00:00 Compare
loewy added 1 commit 2025-04-08 20:22:07 +00:00
schema
Some checks failed
Tests / Tests (pull_request) Failing after 3s
6a17c8e3cd
loewy closed this pull request 2025-05-17 00:34:17 +00:00
Some checks failed
Tests / Tests (pull_request) Failing after 3s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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