Graphiql currently supports a theme editor override with editorTheme but I'm hoping to have finer control over the CodeMirror options. Ideally, a editorOptions property would allow any property to be overridden so that as a user, I can control things like the tab spacing:
editorOptions: {
tabSize: 4,
indentUnit: 4
}
Graphiql currently supports a theme editor override with
editorThemebut I'm hoping to have finer control over the CodeMirror options. Ideally, aeditorOptionsproperty would allow any property to be overridden so that as a user, I can control things like the tab spacing: