is there a way to get relational data on Parse
Yes: const relatedObjs = await parentObj.get('relationField').query().find()
is there a way to get relational data on Parse
Yes: const relatedObjs = await parentObj.get('relationField').query().find()