Skip to content

ExcludeKeys from nested objects in queries #7390

Closed
@pixael

Description

@pixael

New Feature / Enhancement Checklist

Current Limitation

Excluding keys in nested objects.

Feature / Enhancement Description

Exclude keys of nested objects using the syntax object.key.

Example Use Case

curl -X GET \
  -H "X-Parse-Application-Id: ${APPLICATION_ID}" \
  -H "X-Parse-REST-API-Key: ${REST_API_KEY}" \
  -G \
  --data-urlencode 'excludeKeys=player.profile' \
  https://YOUR.PARSE-SERVER.HERE/parse/classes/GameScore/Ed1nuqPvcm

Alternatives / Workarounds

I've not found any workaround. I'd need to esclude a heavy nested object from a query but can't at the moment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:duplicateDuplicate of already reported issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions