Updated book routes

This commit is contained in:
2022-06-30 18:37:53 +01:00
parent ce41108140
commit c968563b08
4 changed files with 481 additions and 255 deletions
-3
View File
@@ -14,17 +14,14 @@ type Weather {
String wind_dir
}
scalar Index
scalar Date
type Book {
Index index
String title
Date published
}
type Author {
Index index
String name
Book books
}