Add reactions mutation to operations

This commit is contained in:
2025-04-04 12:18:20 -07:00
parent df2e534745
commit b53aa172fa
2 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
mutation ReactToVideo($videoId: Int!, $reaction: ReactionEnum) {
reactToVideo(videoId: $videoId, reaction: $reaction)
}