mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-06 07:40:09 +10:00
queryBook and createBook are working
This commit is contained in:
@@ -13,4 +13,19 @@ type Weather {
|
||||
Float wind_kph
|
||||
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