| Schema cannot be deleted or cleared somehow (bug or feature?), whenever Save Schema is clicked with the editor emptied, a syntax error pops up: Unable to render embedded object: File (Screen Shot 2018-07-18 at 09.16.34.png) not found. Schema example:
| schema.graphql |
schema { |
query: Query |
} |
|
type Query { |
name: String! |
}
|
|