mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
Updated book routes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user