Skip to content

blog-post-1-basic-server

Compare
Choose a tag to compare
@lowsky lowsky released this 04 Jan 17:36

Just serves Spotify info about the artist (image, id) when searching for a part of the artists name.

query {
  queryArtists(byName:"Rolling Stone") {
    name
    id
  }
}