INPUT_OBJECT

SetRadioCurrentlyPlayingInput

The required input to set radio track information currently being played.

link GraphQL Schema definition

1input SetRadioCurrentlyPlayingInput {
4
2# The type of content the ID maps to.
3contentType: RadioCurrentlyPlayingType
7
5# Whether the track is currently playing or not.
6isCurrentlyPlaying: Boolean!
10
8# The ID of the source.
9sourceID: ID
13
11# The ID of the currently playing track.
12trackID: ID
14}