INPUT_OBJECT

CollectionsOptions

Options for filtering collections.

link GraphQL Schema definition

1input CollectionsOptions {
4
2# Option to include empty collections.
3includeEmpty: Boolean
7
5# Only return collections that include the given video ID.
6withVideoID: ID
8}