P5-7632 Remove graphiql web query browser (#13)

This commit is contained in:
Niklas Fondberg
2021-08-13 13:37:55 +02:00
committed by GitHub
parent 127eb333da
commit bd7655eabe
+1 -1
View File
@@ -65,7 +65,7 @@ async function main() {
dataSources,
context,
introspection: true,
playground: true,
playground: false,
});
await server.listen();