railbird-gql/src/operations/reactions.gql

4 lines
122 B
Plaintext
Raw Normal View History

2025-04-04 12:18:20 -07:00
mutation ReactToVideo($videoId: Int!, $reaction: ReactionEnum) {
reactToVideo(videoId: $videoId, reaction: $reaction)
}