Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type Book {
- title: String
- author: Author
- }
- type Author {
- name: String
- books: [Book]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement