Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
The maintenanceKey
has been introduced in Parse Server and can be used via REST API to access internal fields, but not via the Parse JS SDK.
Feature / Enhancement Description
For use in Cloud Code, Parse.Query
should accept an option useMaintenanceKey
similar to useMasterKey
, to execute the query using the maintenanceKey
.
Alternatives / Workarounds
Make a REST API call in Cloud Code.