railbird-gql/src/operations/reactions.gql

4 lines
122 B
Plaintext
Raw Normal View History

2025-03-25 12:56:03 -07:00
mutation ReactToVideo($videoId: Int!, $reaction: ReactionEnum) {
reactToVideo(videoId: $videoId, reaction: $reaction)
}