When saving the schema under tab "Schema", first tabs are removed for some unknown reason. This only happens with a single tab, when if after inserting 2 tabs and ; when removing one some , saving works as expected (ie: add 2 and remove 1) .
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} |
|