-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
List of tracks is always empty, eg:
results in
{
"data": {
"queryArtists": [
{
"name": "Red Hot Chili Peppers",
"albums": [
{
"name": "The Getaway",
"id": "43otFXrY0bgaq5fB3GrZj6",
"tracks": []
},
{
"name": "I'm With You",
"id": "5wZtSIvijWCMc1vlPFqAyB",
"tracks": []
},
{
"name": "Stadium Arcadium (U.S. Version)",
"id": "7xl50xr9NDkd3i2kBbzsNZ",
"tracks": []
},
{
"name": "By The Way (Deluxe Version)",
"id": "6deiaArbeoqp1xPEGdEKp1",
"tracks": []
},
{
"name": "By The Way (U.S. Version)",
"id": "1jWKVgnHX8nwR551hQNx5K",
"tracks": []
},
...
},
```
Reactions are currently unavailable