INPUT_OBJECT
AddRadioRecentlyPlayedInput
AddRadioRecentlyPlayedInput contains the parameters to register a play start.
link GraphQL Schema definition
1 input AddRadioRecentlyPlayedInput { 4 2 # The type of content the ID maps to. 3 : RadioRecentlyPlayedType! 7 5 # The ID of the recently played item. 6 : ID! 8 }