UpsertLikeInput
No description
input UpsertLikeInput {
showId: String
type: LikeType!
videoId: String
viewerId: String!
}
Fields
UpsertLikeInput.showId ● String scalar references
UpsertLikeInput.type ● LikeType! non-null enum references
UpsertLikeInput.videoId ● String scalar references
UpsertLikeInput.viewerId ● String! non-null scalar references
Member Of
upsertLike mutation