Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redwoodjs/graphql
/ error
Function
error
packages/web/src/apollo/links.ts:52–54 ·
view source on GitHub ↗
(error: any)
Source
from the content-addressed store, hash-verified
50
observer.next(result)
51
},
52
error(error: any) {
53
observer.error(enhanceError(operation, error))
54
},
55
complete: observer.complete.bind(observer),
56
})
57
})
Callers
nothing calls this directly
Calls
2
enhanceError
Function · 0.85
error
Method · 0.45
Tested by
no test coverage detected