charlypoly / spotify-graphql

GraphQL schema for Spotify WebAPI — TypeScript / Node.js (v6)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add current_user followed artists

charlypoly opened this issue · comments


me {
  artists {
     top_tracks {
       name
     }
  }
}