OBJECT

RadioCurrentTrackResponse

The currently playing radio track addition result.

link GraphQL Schema definition

1type RadioCurrentTrackResponse {
2
3# Radio currently Playing Track is added Successfully or not.
4isSuccess: Boolean!
5
6}