INPUT_OBJECT

ShelvesAvailableOptions

A set of options for configuring which shelf data to return to the user.

link GraphQL Schema definition

1input ShelvesAvailableOptions {
5
2# The ID of the collection. Only valid when shelfType is set to
3# VideoShelfType.COLLECTION.
4collectionID: ID
9
6# The ID of the game shelf to query. Only valid when shelfType is set to
7# VideoShelfType.GAME_VIDEOS.
8gameID: ID
13
10# Which shelf type to query. Currently required.
11# In future, omitting this option returns all valid shelves.
12shelfType: VideoShelfType
14}