Schema cannot be deleted or cleared somehow (bug or feature?), whenever *Save Schema* is clicked with the editor emptied "blank" , a syntax error pops up:
!Screen Shot 2018-07-18 at 09.16.34.png|thumbnail!
Schema example:
{code:title=schema.graphql|borderStyle=solid} schema { query: Query }
type Query { name: String! } {code}
|
|