We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ec85c commit d32c526Copy full SHA for d32c526
src/ParseQuery.js
@@ -208,6 +208,9 @@ export default class ParseQuery {
208
* <li>sessionToken: A valid session token, used for making a request on
209
* behalf of a specific user.
210
* </ul>
211
+ *
212
+ * @return {Parse.Promise} A promise that is resolved with the result when
213
+ * the query completes.
214
*/
215
get(objectId: string, options?: FullOptions) {
216
this.equalTo('objectId', objectId);
0 commit comments