-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix includeAll for querying a Pointer and Pointer array #7002
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7002 +/- ##
==========================================
- Coverage 93.86% 93.85% -0.01%
==========================================
Files 169 169
Lines 12405 12405
==========================================
- Hits 11644 11643 -1
- Misses 761 762 +1
Continue to review full report at Codecov.
|
@dplewis @mtrezza @davimacedo I have added a fix, but not sure if it's the best way to do it. Basically, Thoughts, improvements? |
@cbaker6 Thats how I would do it (see #6926 (comment)). If it doesn't hurt. |
* commit 'ccb045b68c5b4d983a90fa125513fc476e4e2387': fix: upgrade @graphql-tools/links from 6.2.4 to 6.2.5 (parse-community#7007) fix: upgrade pg-promise from 10.7.0 to 10.7.1 (parse-community#7009) fix: upgrade jwks-rsa from 1.10.1 to 1.11.0 (parse-community#7008) fix: upgrade graphql from 15.3.0 to 15.4.0 (parse-community#7011) update stale bot (parse-community#6998) fix(beforeSave/afterSave): Return value instead of Parse.Op for nested fields (parse-community#7005) fix(beforeSave): Skip Sanitizing Database results (parse-community#7003) Fix includeAll for querying a Pointer and Pointer array (parse-community#7002) Init (parse-community#6999)
Fix #5521