Skip to content

Commit b7e6d4d

Browse files
authored
fix: add schema.polling* to ISettings interface. (#1212)
1 parent ea94160 commit b7e6d4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/graphql-playground-html/src/render-playground-page.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ export interface ISettings {
2727
'editor.fontSize': number
2828
'editor.fontFamily': string
2929
'request.credentials': string
30+
'schema.polling.enable': boolean
31+
'schema.polling.endpointFilter': string
32+
'schema.polling.interval': number
3033
}
3134

3235
export interface EditorColours {

0 commit comments

Comments
 (0)