This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Setting editorTheme property does not change theme #235
Closed
Description
For graphiql
starter, according to the README, it's possible to set the editorTheme
property to change the styles to a custom theme. Setting this theme seems to have no effect, it appears that a stylesheet must be linked in the generated html document, and this property does not do that.
See https://github.com/graphql/graphiql#applying-an-editor-theme
Related to #156