UpsertMyListInput
No description
input UpsertMyListInput {
showId: String!
viewerId: String!
}
Fields
UpsertMyListInput.showId
● String!
non-null scalar references
UpsertMyListInput.viewerId
● String!
non-null scalar references
Member Of
upsertMyList
mutation