ENUM

RadioRecentlyPlayedType

The types of content we can register recent plays for.

link GraphQL Schema definition

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