LyricsSearchResult
Describes the possible types that the 'lyricsSearch' field can return.
union LyricsSearchResult = LyricsSearchError | LyricsSearchConnection
Possible types
LyricsSearchError
Error type if search cannot be performed. Contains the code and a message.
LyricsSearchConnection
The connection for lyrics search for cursor based pagination.