New Issue Checklist
Issue Description
#8490 was actually a breaking change because it changes the payload in Cloud Functions in a way that a Parse Pointer JSON is converted to a Parse.Pointer instance in the payload, instead of being just a POJO as it used to be previously.
Solution
Add a new Parse Server option that determines whether a pointer should be a POJO (by default), or converted to a Parse.Pointer instance.
Since #8490 is already in beta, and for simplicity, we'll need a refactor PR for both the alpha and beta branch.
Environment
Server
- Parse Server version:
6.3.0-beta.1
References
New Issue Checklist
Issue Description
#8490 was actually a breaking change because it changes the payload in Cloud Functions in a way that a Parse Pointer JSON is converted to a Parse.Pointer instance in the payload, instead of being just a POJO as it used to be previously.
Solution
Add a new Parse Server option that determines whether a pointer should be a POJO (by default), or converted to a
Parse.Pointerinstance.Since #8490 is already in beta, and for simplicity, we'll need a
refactorPR for both thealphaandbetabranch.Environment
Server
6.3.0-beta.1References