We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7968cd3 commit 52cde5aCopy full SHA for 52cde5a
packages/graphql-playground-react/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-playground-react",
3
- "version": "1.6.5",
+ "version": "1.6.6",
4
"main": "./lib/lib.js",
5
"typings": "./lib/lib.d.ts",
6
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
packages/graphql-playground-react/src/types.ts
@@ -19,5 +19,5 @@ export interface ISettings {
19
['editor.theme']: Theme
20
['editor.reuseHeaders']: boolean
21
['tracing.hideTracingResponse']: boolean
22
- ['request.credentials']: "omit" | "include" | "same-origin"
+ ['request.credentials']: 'omit' | 'include' | 'same-origin'
23
}
0 commit comments