addToMyList
mutation AddToMyList($showId: String, $videoId: String, $viewerId: String!) {
item: upsertMyList(
input: { showId: $showId, videoId: $videoId, viewerId: $viewerId }
) {
id
}
}
mutation AddToMyList($showId: String, $videoId: String, $viewerId: String!) {
item: upsertMyList(
input: { showId: $showId, videoId: $videoId, viewerId: $viewerId }
) {
id
}
}