Iām certain thereās a bit of documentation that Iāve missed, but Iām having an odd situation. Basically, all of my queries return the appropriate number of items based on imposed limits, but the relevant data is never present. The results always only contain info similar to the following:
ParseObject {
id: 'aB9z960UMryKwGvyK8oBQpgw',
_localId: undefined,
_objCount: 1,
className: 'myAwesomeTable'
}
Iāve removed all aggregation and even tried adding select
, but it still never returns any actual data. Iām using the master key, if thatās relevant.