Parse-SDK-JS
Parse-SDK-JS copied to clipboard
fix: Explain queries should always return as an array of results
Requires a server fix https://github.com/parse-community/parse-server/pull/7440. The discussion https://github.com/parse-community/parse-server/issues/7442 has more information.
- [x] Add support for an array of objects when using
findby updating testcases. This falls inline with the rest of query results - [x] Adds support to
explainafirstquery which was previously not available in the JS SDK
Thanks for opening this pull request!
- ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as
Closes: #123in the PR description, so I can recognize it.
I will reformat the title to use the proper commit message syntax.