I have tried using the plugin, but it does not seem to highlight even basic structures, e.g.
type BlogInput {
eventName: String
eventUrl: String
eventStartAt: String
eventEndAt: String
}
interface Entity {
id: !ID
name: String
}

Nothing of interest is logged in the console.
Reactions are currently unavailable
I have tried using the plugin, but it does not seem to highlight even basic structures, e.g.
Nothing of interest is logged in the console.