INPUT_OBJECT

AddRadioRecentlyPlayedInput

AddRadioRecentlyPlayedInput contains the parameters to register a play start.

link GraphQL Schema definition

1input AddRadioRecentlyPlayedInput {
4
2# The type of content the ID maps to.
3contentType: RadioRecentlyPlayedType!
7
5# The ID of the recently played item.
6id: ID!
8}