INPUT_OBJECT

WatchPartyItemSearchOptions

Options for querying for catalog items. These fields are mutually exclusive and parentID will take precedent if both are specified.

link GraphQL Schema definition

1input WatchPartyItemSearchOptions {
4
2# Parameter to query for a parent's children items.
3parentID: ID
7
5# Search for content based on the input string.
6searchQuery: String
8}