Skip to content

Parse/Node: Problems with select and include after merging GH-2809 GH-2737 #2876

Closed
@uluru-phatnguyen

Description

@uluru-phatnguyen

I use

Parse = require('parse/node');

After upgrade parse-server to 2.2.22, I have problems with my code:

var query = new Parse.Query(ClassA);
query.select(['field1', 'field2', .., 'createdBy']); // createdBy is pointer of Parse.User
query.include('createdBy');
query.include('createdBy.shop'); // shop is pointer of Class Shop

I tracked on github, I think problems from 2 pull-request GH-2809, GH-2737.

Please suggest for me solution for this problems.

Many thanks.

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