Commit 2799074
Correctly use cookies when fetching schema (#546)
This implementation currently fails to send cookies along with a request (even though that was intended).
This is because `credentials: include` is included in the list of headers rather than being passed as an option.
Fixes #5051 parent 77b206a commit 2799074
File tree
1 file changed
+1
-1
lines changed- packages/graphql-playground-react/src/components/Playground
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments