Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sguilly authored Oct 24, 2018
1 parent f08d9c3 commit d7125a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ loopbackClientWithAuth.createToken()

count(query) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}]

updateAll(query,data) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}]
*NOT AVAILABLE IN LLOPBACK EXTERNALLY * updateAll(query,data) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}]

updateById(id,data)

Expand Down

0 comments on commit d7125a7

Please sign in to comment.