createMyList
Adds a show to a viewer's "My List".
The operation performed by this mutation behaves like an upsert. A MyList entry will always be returned, even if no chanegs were made to the database.
createMyList(
input: CreateMyListInput!
): MyList!
Arguments
createMyList.input ● CreateMyListInput! non-null input references
Type
MyList object references
Show "My List" item added by a Viewer.