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 ea94160 commit b7e6d4dCopy full SHA for b7e6d4d
packages/graphql-playground-html/src/render-playground-page.ts
@@ -27,6 +27,9 @@ export interface ISettings {
27
'editor.fontSize': number
28
'editor.fontFamily': string
29
'request.credentials': string
30
+ 'schema.polling.enable': boolean
31
+ 'schema.polling.endpointFilter': string
32
+ 'schema.polling.interval': number
33
}
34
35
export interface EditorColours {
0 commit comments