Skip to content

Instantly share code, notes, and snippets.

@hendrikniemann
Created February 25, 2018 20:06
Show Gist options
  • Select an option

  • Save hendrikniemann/63c1cdcd16c8a51ef5d4d8a68a91c827 to your computer and use it in GitHub Desktop.

Select an option

Save hendrikniemann/63c1cdcd16c8a51ef5d4d8a68a91c827 to your computer and use it in GitHub Desktop.
Recursive schema definition
type Recursive {
id: ID!
child: Recursive
}
type Query {
recursive: Recursive!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment