ENUM

RadioCurrentlyPlayingType

The types of content we can register current plays for.

link GraphQL Schema definition

1enum RadioCurrentlyPlayingType {
2
3# A radio playlist.
4PLAYLIST
5
6# A radio station.
7STATION
8}