OBJECT

RadioIconThemeAssets

Theme for the media service assets.

link GraphQL Schema definition

1type RadioIconThemeAssets {
2
3# Dark theme Asset URL.
4darkURL: String!
5
6# Light theme Asset URL.
7lightURL: String!
8
9}