Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphql/graphiql
/ onDidChange
Method
onDidChange
packages/monaco-graphql/src/api.ts:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
public get onDidChange(): monaco.IEvent<MonacoGraphQLAPI> {
69
return
this._onDidChange.event;
70
}
71
72
public get languageId(): string {
73
return
this._languageId;
Callers
3
constructor
Method · 0.45
setupMode
Function · 0.45
constructor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected