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