GraphiQL

PHOTO EMBED

Fri Jun 05 2020 20:56:50 GMT+0000 (Coordinated Universal Time)

Saved by @bmweinstein #undefined

{

  queryArtists(byName:"Red Hot Chili Peppers") {

    name

    id

    image

    albums {

      id

    }

  }

}

​

​
content_copyCOPY

https://spotify-graphql-server.herokuapp.com/graphql?query={ queryArtists(byName:"Red Hot Chili Peppers") { name id image albums { id } }}