Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kriasoft/graphql-starter-kit
/ PayloadError
Interface
PayloadError
app/global.d.ts:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
declare module
"relay-runtime"
{
23
interface
PayloadError {
24
errors?: Record<string, string[] | undefined>;
25
}
26
}
27
28
declare module
"*.css"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected