Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit acf08a6

Browse files
etylermossabernix
authored andcommitted
fix: add schema.polling* to ISettings interface. (graphql#1212)
1 parent c8bc621 commit acf08a6

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)