This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
/** @module createInstanceWithFieldsAndConnection */ | |
var capitalizeFirstLetter = require("../utils/capitalizeFirstLetter"); | |
var models = require("../wrapper").getSingleton(); | |
var async = require("async"); | |
/** | |
* Isomorphic action for persisting an object or series of objects of model {{name}}, only accepting explicit fields, and |
NewerOlder