Created
February 5, 2020 14:18
-
-
Save shaungehring/100bca0fc7ed8c5770aab5118d1d1ac3 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
query{ | |
users(first_name:"Han"){ | |
id | |
first_name | |
last_name | |
photos{ | |
id | |
url | |
reviews{ | |
id | |
title | |
body | |
reviewer{ | |
first_name | |
last_name | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment