INPUT_OBJECT
SetRadioCurrentlyPlayingInput
The required input to set radio track information currently being played.
link GraphQL Schema definition
1 input SetRadioCurrentlyPlayingInput { 4 2 # The type of content the ID maps to. 3 : RadioCurrentlyPlayingType 7 5 # Whether the track is currently playing or not. 6 : Boolean! 10 8 # The ID of the source. 9 : ID 13 11 # The ID of the currently playing track. 12 : ID 14 }