-
-
Notifications
You must be signed in to change notification settings - Fork 875
feat: Add support to exclude PFObject
fields in query results with PFQuery.excludeKeys
#1731
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
Conversation
Thanks for opening this pull request!
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1731 +/- ##
==========================================
+ Coverage 76.26% 78.17% +1.91%
==========================================
Files 305 307 +2
Lines 36754 36865 +111
==========================================
+ Hits 28029 28818 +789
+ Misses 8725 8047 -678
☔ View full report in Codecov by Sentry. |
PFQuery.excludeKeys
PFObject
fields in query results with PFQuery.excludeKeys
PFObject
fields in query results with PFQuery.excludeKeys
PFObject
fields in query results with PFQuery.excludeKeys
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.
Looks good!
# [2.4.0](2.3.0...2.4.0) (2023-07-11) ### Features * Add support to exclude `PFObject` fields in query results with `PFQuery.excludeKeys` ([#1731](#1731)) ([98e5faf](98e5faf))
🎉 This change has been released in version 2.4.0 |
New Pull Request Checklist
Issue Description
Added support for parameter excludeKeys in queries (similar to select keys) in order to exclude the desired fields from retrieved objects.
Added in Parse-Server 3.6.0 parse-community/parse-server#5737
Approach
TODOs before merging