Skip to content

Commit b0f5064

Browse files
ortatimsuchanek
authored andcommitted
Update types.ts (#661)
1 parent 2fdab26 commit b0f5064

File tree

1 file changed

+1
-0
lines changed
  • packages/graphql-playground-react/src

1 file changed

+1
-0
lines changed

packages/graphql-playground-react/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ export interface ISettings {
1919
['editor.theme']: Theme
2020
['editor.reuseHeaders']: boolean
2121
['tracing.hideTracingResponse']: boolean
22+
['request.credentials']: "omit" | "include" | "same-origin"
2223
}

0 commit comments

Comments
 (0)