4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
|
mutation ReactToVideo($videoId: Int!, $reaction: ReactionEnum) {
|
||
|
reactToVideo(videoId: $videoId, reaction: $reaction)
|
||
|
}
|