Skip to content

Instantly share code, notes, and snippets.

@hendrikniemann
Last active March 20, 2018 20:05
Show Gist options
  • Select an option

  • Save hendrikniemann/37c4f01c380151d9b4828cab89af6af3 to your computer and use it in GitHub Desktop.

Select an option

Save hendrikniemann/37c4f01c380151d9b4828cab89af6af3 to your computer and use it in GitHub Desktop.
Recursive query example
query RecursiveExample {
recursive {
id
child {
id
child {
id
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment