MCPcopy
hub / github.com/mickhansen/graphql-sequelize / replaceWhereOperators

Function replaceWhereOperators

src/replaceWhereOperators.js:41–43  ·  view source on GitHub ↗
(where)

Source from the content-addressed store, hash-verified

39 * @returns {Object}
40 */
41export function replaceWhereOperators(where) {
42 return replaceKeyDeep(where, sequelizeOps);
43}

Callers 3

argsToFindOptionsFunction · 0.90
argsToWhereFunction · 0.90

Calls 1

replaceKeyDeepFunction · 0.85

Tested by

no test coverage detected