November 2019
Beginner
804 pages
20h 1m
English
Next, we want our GraphQL API to also support finding artists and loading song lyrics. Let's proceed with the creation of their respective modules and GraphQL resolvers.
Execute the following commands from the backend folder:
Next, we have to create the DTOs for artists and song lyrics. As we did for song before, we'll add a field for each property declared in backend/src/musixmatch/domain/artist.ts and backend/src/musixmatch/domain/song-lyrics.ts. Since our MusicService class will return ...
Read now
Unlock full access