Closed
Description
Wanted to have a discussion the best way to implement including all pointers.
query.include('*')
or query.includeAll()
We can query the schema to find all the pointers and leverage existing handleInclude()
in RestQuery.js
My ultimate goal is to add this somehow to Parse.User.login
Similar Issue: #288