UpdateLikeInput
No description
input UpdateLikeInput {
showId: String
type: LikeType
viewerId: String
}
Fields
UpdateLikeInput.showId
● String
scalar references
UpdateLikeInput.type
● LikeType
enum references
UpdateLikeInput.viewerId
● String
scalar references
Member Of
updateLike
mutation