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 60c6640 commit 27b7059Copy full SHA for 27b7059
packages/graphql-playground-html/src/render-playground-page.ts
@@ -8,7 +8,7 @@ export interface MiddlewareOptions {
8
workspaceName?: string
9
env?: any
10
config?: any
11
- settings?: ISettings
+ settings?: Partial<ISettings>
12
schema?: IntrospectionResult
13
tabs?: Tab[]
14
codeTheme?: EditorColours
0 commit comments