Updated the dependencies, adjusted book handler code

This commit is contained in:
2023-05-02 06:50:40 +10:00
parent 19b661f9bc
commit 40ce5badbd
8 changed files with 461 additions and 66 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const sineQL = require('sineql');
const schema = require('./schema.js');
const typeHandlers = require('./type-handlers');
//omit 'createHandlers', 'updateHandlers' or 'deleteHandlers' to disable those methods
//omit 'queryHandlers', 'createHandlers', 'updateHandlers' or 'deleteHandlers' to disable those methods
const sine = sineQL(schema, typeHandlers, { debug: true });
//open the endpoint