Skip to content

Add option to convert Parse.Pointer in Cloud Function payload #8634

Closed
@mtrezza

Description

@mtrezza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:releasedReleased as stable versionstate:released-alphaReleased as alpha versionstate:released-betaReleased as beta versiontype:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions