INPUT_OBJECT
ShelvesAvailableOptions
A set of options for configuring which shelf data to return to the user.
link GraphQL Schema definition
1 input ShelvesAvailableOptions { 5 2 # The ID of the collection. Only valid when shelfType is set to 3 # VideoShelfType.COLLECTION. 4 : ID 9 6 # The ID of the game shelf to query. Only valid when shelfType is set to 7 # VideoShelfType.GAME_VIDEOS. 8 : ID 13 10 # Which shelf type to query. Currently required. 11 # In future, omitting this option returns all valid shelves. 12 : VideoShelfType 14 }