This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,24 +91,24 @@ module.exports = function(app) {
9191
9292### Service Options
9393
94- - ` model ` (** required** ) - The Objection model definition
94+ - ` model ` (** required** ) - The Objection model definition.
9595
9696- ` id ` (_ optional_ , default: ` model.idColumn ` or ` 'id' ` ) - The name of the id field property. Use
97- array of strings for composite primary keys
97+ array of strings for composite primary keys.
9898
9999- ` events ` (_ optional_ ) - List of
100100 [ custom service events] ( https://docs.feathersjs.com/api/events.html#custom-events )
101- sent by this service
101+ sent by this service.
102102
103103- ` paginate ` (_ optional_ ) - [ Pagination object] ( https://docs.feathersjs.com/api/databases/common.html#pagination )
104- containing a ` default ` and ` max ` page size
104+ containing a ` default ` and ` max ` page size.
105105
106106- ` multi ` (_ optional_ ) - Allow ` create ` with arrays and ` update ` and ` remove `
107107 with ` id ` ` null ` to change multiple items. Can be ` true ` for all methods or an
108- array of allowed methods (e.g. ` [ 'remove', 'create' ] ` )
108+ array of allowed methods (e.g. ` [ 'remove', 'create' ] ` ).
109109
110110- ` whitelist ` (_ optional_ ) - List of additional query operators to allow (e.g.
111- ` [ '$eager', '$joinRelation' ] ` )
111+ ` [ '$eager', '$joinRelation' ] ` ).
112112
113113- ` schema ` (_ optional_ ) - Database schema to use with all the service queries (e.g.
114114 ` public ` ). See [ ` withSchema ` ] ( https://vincit.github.io/objection.js/api/query-builder/find-methods.html#withschema ) documentation.
You can’t perform that action at this time.
0 commit comments