Skip to content

Array of Pointers return full parse objects by default (without using include) #3895

Closed
@coryshaw

Description

@coryshaw

Issue Description

I have a column on the User table that is an Array. To that Array I've added some pointer objects. When I query the user table, the data that comes back from the Array of pointers is the full parse objects, not the pointers.

As I understand it, this should only happen if i use include as part of the query, which I am not.

Steps to reproduce

  1. Create a column of type Array called PointerTest
  2. Add some pointers to PointerTest
  3. Query the class with PointerTest

Expected Results

The results of the PointerTest column should be pointers

Actual Outcome

The results the PointerTest column are full parse objects (not pointers)

Environment Setup

  • Server

    • parse-server version (Be specific! Don't say 'latest'.) : 2.3.3
    • Operating System: Mac OS running Docker Linux Container
    • Hardware: Macbook Pro
    • Localhost or remote server? Localhost
  • Database

    • MongoDB version: 3.2.12
    • Storage engine: mLab
    • Hardware: AWS
    • Localhost or remote server? AWS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions