Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit d8701e2

Browse files
committed
Fix playground credentials setting
1 parent e6abfb7 commit d8701e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graffiti/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const fastifyConfig = {
2121
const playgroundConf = {
2222
graphiql: 'playground',
2323
playgroundSettings: {
24-
'request.credentials': 'omit' | 'include' | 'same-origin',
24+
'request.credentials': 'include',
2525
},
2626
};
2727

0 commit comments

Comments
 (0)