When saving the schema under tab "Schema", first tabs are removed for some unknown reason. This only happens with a single tab, when inserting 2 tabs and removing one, saving works as expected.
See attached gif for a visual description: !bug-save-schema.gif!
{code:title=schema.graphql|borderStyle=solid} schema { query: Query # indent line with 1 tab }
type Query { name: String! # indent line with 1 tab } {code} |
|