Skip to content

Commit

Permalink
improvement: make playground's middleware settings optional (#1322)
Browse files Browse the repository at this point in the history
use a `Partial` for `settings` key
  • Loading branch information
quantumsheep authored Apr 4, 2021
1 parent 60c6640 commit 27b7059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface MiddlewareOptions {
workspaceName?: string
env?: any
config?: any
settings?: ISettings
settings?: Partial<ISettings>
schema?: IntrospectionResult
tabs?: Tab[]
codeTheme?: EditorColours
Expand Down

0 comments on commit 27b7059

Please sign in to comment.