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