Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphql/graphiql
/ error
Method
error
packages/graphql-language-service-server/src/Logger.ts:24–26 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
22
}
23
24
error(message: string): void {
25
this._connection.console.error(message);
26
}
27
28
warn(message: string): void {
29
this._connection.console.warn(message);
Callers
15
initializeHandlers
Function · 0.95
esbuild.js
File · 0.45
start
Function · 0.45
start
Function · 0.45
createWebsocketsFetcherFromUrl
Function · 0.45
error
Function · 0.45
doValidation
Method · 0.45
doComplete
Method · 0.45
doHover
Method · 0.45
_getClient
Method · 0.45
provideCompletionItems
Method · 0.45
GraphQLCache
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected