sails-mongo-cloud
Version:
Mongo DB adapter for Sails.js/Waterline. Forked from sails-mongo and updated with Mongodb Driver v4.9.1
15 lines (14 loc) • 448 B
JavaScript
/**
* `query`
*
* @constant
* @type {InputDef}
*/
module.exports = {
friendlyName: 'Query (s3q)',
description: 'A stage three Waterline query.',
extendedDescription: 'The `meta` key of this dictionary is reserved for certain special "meta keys" (e.g. flags, signals, etc.) and other custom, adapter-specific extensions.',
required: true,
readOnly: true,
example: '==='//e.g. `{ method: 'create', using: 'the_table_name', ... }`
};