ENUM

WatchPartyItemType

Content types for Prime Video.

link GraphQL Schema definition

1enum WatchPartyItemType {
2
3# Default type.
4UNKNOWN
5
6# A leaf node episode in a series/season.
7EPISODE
8
9# A leaf node movie.
10MOVIE
11
12# Usually a collection of episodes.
13SEASON
14
15# Usually a collection of seasons.
16SERIES
17}