MCPcopy
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

1function 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

deepMergeFunction · 0.85
isFragmentFunction · 0.85
simplifyValueFunction · 0.85

Tested by

no test coverage detected