Skip to content

Commit

Permalink
Fix playground credentials setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yamalight committed Sep 16, 2020
1 parent e6abfb7 commit d8701e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graffiti/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const fastifyConfig = {
const playgroundConf = {
graphiql: 'playground',
playgroundSettings: {
'request.credentials': 'omit' | 'include' | 'same-origin',
'request.credentials': 'include',
},
};

Expand Down

0 comments on commit d8701e2

Please sign in to comment.