Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracks of albums are not loaded #3

Open
lowsky opened this issue Jan 16, 2017 · 1 comment
Open

tracks of albums are not loaded #3

lowsky opened this issue Jan 16, 2017 · 1 comment
Labels

Comments

@lowsky
Copy link
Owner

lowsky commented Jan 16, 2017

List of tracks is always empty, eg:

https://spotify-graphql-server.herokuapp.com/graphql?query=%7B%0A%20%20queryArtists(byName%3A%20%22Red%20Hot%20Chili%20Peppers%22)%20%7B%0A%20%20%20%20name%0A%20%20%20%20albums%20%7B%0A%20%20%20%20%20%20name%0A%20%20%20%20%20%20id%0A%20%20%20%20%20%20tracks%20%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A

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": []
          },
...
      },
```
@lowsky lowsky added the bug label Sep 8, 2017
@lowsky
Copy link
Owner Author

lowsky commented Nov 19, 2017

To reduce too much requests sent to spotify, I want to introduce dataloader first: issue #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant