-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds withCount query constraint #868
Adds withCount query constraint #868
Conversation
Codecov Report
@@ Coverage Diff @@
## master #868 +/- ##
==========================================
+ Coverage 92.12% 92.14% +0.02%
==========================================
Files 54 54
Lines 4988 5006 +18
Branches 1114 1121 +7
==========================================
+ Hits 4595 4613 +18
Misses 393 393
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BufferUnderflower thanks for the PR. It seems really good for me. I just have a single question that I added below and I think we are ready to merge. @dplewis @acinader do you guys want to take a look as well?
Good job @BufferUnderflower ! Would you be willed to add some information about it in JS docs? |
* Documentation for ParseQuery.withCount See: parse-community/Parse-SDK-JS#865 parse-community/Parse-SDK-JS#868 * added disclaimer * remove extra line breaks * Update _includes/js/queries.md Co-Authored-By: Tom Fox <tomfox@surprises.io> * Update _includes/js/queries.md Co-Authored-By: Tom Fox <tomfox@surprises.io> * simpler
Fixes #865