From bd7655eabe9feedd8147898053223ca6c232708d Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Fri, 13 Aug 2021 13:37:55 +0200 Subject: [PATCH] P5-7632 Remove graphiql web query browser (#13) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 95c3a68..142efe8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -65,7 +65,7 @@ async function main() { dataSources, context, introspection: true, - playground: true, + playground: false, }); await server.listen();