PlaylistMatchingResult
Describes the possible types that the 'playlistMatching' query can return.
union PlaylistMatchingResult =
PlaylistMatchingError
| PlaylistMatchingConnection
Possible types
PlaylistMatchingError
Error type if playlist matching failed. Contains the code and a message.
PlaylistMatchingConnection
The connection for a playlist matching result with a cursor based pagination.