railbird-gql/src/operations/reactions.gql
2025-03-25 12:56:03 -07:00

4 lines
122 B
GraphQL

mutation ReactToVideo($videoId: Int!, $reaction: ReactionEnum) {
reactToVideo(videoId: $videoId, reaction: $reaction)
}