Last active
June 21, 2018 13:35
-
-
Save shopifypartners/484e89bbb9d78d7c01470ab1c52170a7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
shop { | |
locations(first: 10) { | |
edges { | |
node { | |
name | |
id | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment