Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mickhansen/graphql-sequelize
/ simplifyAST.js
File
simplifyAST.js
src/simplifyAST.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
deepMerge(a, b) {
2
Object.keys(b).forEach(
function
(key) {
3
if
([
'fields'
,
'args'
].indexOf(key) !== -1)
return
;
4
Callers
nothing calls this directly
Calls
3
deepMerge
Function · 0.85
isFragment
Function · 0.85
simplifyValue
Function · 0.85
Tested by
no test coverage detected