Skip to content

Instantly share code, notes, and snippets.

@hendrikniemann
Last active March 6, 2018 17:35
Show Gist options
  • Select an option

  • Save hendrikniemann/189bbb6ec350637150dc9c46e1fa6cdf to your computer and use it in GitHub Desktop.

Select an option

Save hendrikniemann/189bbb6ec350637150dc9c46e1fa6cdf to your computer and use it in GitHub Desktop.
Recursive types GraphQL
fragment RecursiveFragment on Recursive {
id
child {
...RecursiveFragment
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment