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