Last active
April 19, 2018 14:25
-
-
Save dsandip/382b1f119e165d412068fc3cda5c4ac6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
album (where: {year: {_eq: 2018}}) { | |
title | |
tracks { | |
id | |
title | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment