Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created July 8, 2019 10:07
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 daniele-zurico/ec5222c5014a852206fa7ce46f06a484 to your computer and use it in GitHub Desktop.
Save daniele-zurico/ec5222c5014a852206fa7ce46f06a484 to your computer and use it in GitHub Desktop.
type Book {
title: String
author: Author
}
type Author {
name: String
books: [Book]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment