Closed linonetwo closed 7 years ago
when there is an interface, and we write an empty type implementing it, it crashes.
interface Object { ID: ID! properties: [Property]! } type DocumentObject implements Object { }
Vscode said it crashes too many times so won't start again.
I think this bug is already fixed in v2.3.1 (commit d36d075). Make sure you are using the lastest version.
thanks!
when there is an interface, and we write an empty type implementing it, it crashes.
Vscode said it crashes too many times so won't start again.