From d8701e2a90890e66708d44f3781ee98ea3a6872a Mon Sep 17 00:00:00 2001 From: Tim Ermilov Date: Wed, 16 Sep 2020 12:07:36 +0200 Subject: [PATCH] Fix playground credentials setting --- packages/graffiti/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graffiti/lib/index.js b/packages/graffiti/lib/index.js index aa1ac33..7871f92 100644 --- a/packages/graffiti/lib/index.js +++ b/packages/graffiti/lib/index.js @@ -21,7 +21,7 @@ const fastifyConfig = { const playgroundConf = { graphiql: 'playground', playgroundSettings: { - 'request.credentials': 'omit' | 'include' | 'same-origin', + 'request.credentials': 'include', }, };