Patch Changes
- #4329
a526a10Thanks @vishwakt! - Make the fields block optional when parsing object, interface, input, and enum type definitions (and their extensions) in the online parser. Per the GraphQL spec these blocks are optional, so spec-valid SDL such asextend type Foo @onTypeortype Foo @onType(directives only, no body) no longer reportsinvalidcharduring syntax highlighting.