Closed kevinohara80 closed 9 years ago
For methods like query() that return records that are wrapped in the sObject class, the user should be able to optionally specify raw:true to tell nforce to return the raw api response versus modifying the response in any way.
query()
raw:true
Implemented. To be released in 1.0
For methods like
query()
that return records that are wrapped in the sObject class, the user should be able to optionally specifyraw:true
to tell nforce to return the raw api response versus modifying the response in any way.