-
-
Notifications
You must be signed in to change notification settings - Fork 207
Retrieve all column from pointer #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you try to access the data inside "Tag" or did you |
In my case it seems the response objectData only comes wit the objectId and className. (I'm on the nullsafety branch) This is the response: I'm trying to get the tags as the code below. I can get the tagObject but not the name of the tag because the object only has objectId
EDIT: Using LiveQuery through ParseLiveList the Tag comes with all columns |
Closed. No activity in the last 14 days. |
Hi, I'm querying an object and retrieving the pointer's informationg with the object but I receive only the objectId from the pointer class.
I'm querying through
This query gives me all the information about the Card class and the objectId from the Tag that belongs to this Card.
It would be great if all the information from the Tag were available, so it wouldn't need to do another query to retrieve the Tag from each Card.
Is there a way to do it?
The text was updated successfully, but these errors were encountered: