Skip to content

Instantly share code, notes, and snippets.

@shaungehring
Created February 5, 2020 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaungehring/100bca0fc7ed8c5770aab5118d1d1ac3 to your computer and use it in GitHub Desktop.
Save shaungehring/100bca0fc7ed8c5770aab5118d1d1ac3 to your computer and use it in GitHub Desktop.
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