Implemented update

This commit is contained in:
2022-02-22 13:14:05 +00:00
parent d628c99371
commit b790338b54
8 changed files with 376 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ const simpleBookQuery = `
create Book {
create title "The Wind in the Willows"
create published "1908"
create published "1908-04-01"
create rating 9.5
}