Skip to content

Instantly share code, notes, and snippets.

@xuorig
Last active September 26, 2017 17:27
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 xuorig/6ecaa8e18260d979e94b9f4f92fc5c5e to your computer and use it in GitHub Desktop.
Save xuorig/6ecaa8e18260d979e94b9f4f92fc5c5e to your computer and use it in GitHub Desktop.
query ThisGonnaBeBad {
user(id: "1") { name }
user(id: "2") { name }
user(id: "3") { name }
user(id: "4") { name }
user(id: "5") { name }
user(id: "6") { name }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment