Remove noise and add stacktraces (#93)

This commit is contained in:
Niklas Fondberg
2021-12-01 12:02:43 +01:00
committed by GitHub
parent e60adb04a9
commit 8096e4730c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -86,6 +86,7 @@ async function main() {
dataSources,
context,
introspection: true,
debug: true,
});
await server.listen();