MCPcopy
hub / github.com/Vincit/objection.js / modifyGraph

Method modifyGraph

lib/queryBuilder/QueryBuilder.js:245–249  ·  view source on GitHub ↗
(path, modifier)

Source from the content-addressed store, hash-verified

243 }
244
245 modifyGraph(path, modifier) {
246 const eagerOp = ensureEagerOperation(this);
247 eagerOp.modifiersAtPath.push({ path, modifier });
248 return this;
249 }
250
251 findOptions(opt) {
252 if (arguments.length !== 0) {

Callers 15

buildFetchQuerySelectsFunction · 0.80
withGraph.jsFile · 0.80
viewsAndAliases.jsFile · 0.80
queryContext.jsFile · 0.80
compositeKeys.jsFile · 0.80
knexSnakeCase.jsFile · 0.80
staticHooks.jsFile · 0.80
patch.jsFile · 0.80
snakeCase.jsFile · 0.80
upsertGraph.jsFile · 0.80
#403.jsFile · 0.80

Calls 1

ensureEagerOperationFunction · 0.85

Tested by

no test coverage detected