Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 399 Bytes

File metadata and controls

22 lines (21 loc) · 399 Bytes

Loopback API

var methodNames = [
        'create',
        'upsert',
        'deleteById',
        'updateAll',
        'updateAttributes',
        'patchAttributes',
        'createChangeStream',
        'findOne',
        'find',
        'findById',
        'count',
        'exists',
        'replace',
        'replaceById',
        'upsertWithWhere',
        'replaceOrCreate'
    ]