{
"results": [{
"objectId": "5j4ix9ZF7D",
"name": "Vegains",
"price": 13.95,
"description": "If you love a dash of spice, this one's for you! Peanut butter, marinated tempeh, courgette noodles, spicy eggplant, spicy broccoli, blistered cherry tomatoes, sesame seeds, and basil lemon vinaigrette",
"provider": {
"objectId": "d6Ju7wxJDH",
"name": "BACK",
"latitude": "52.369473145575036",
"longitude": "4.870425927141928",
"workdayStart": "11:30",
"workdayFinish": "21:30",
"url": "Test-URL",
"createdAt": "2021-12-01T15:13:53.613Z",
"updatedAt": "2021-12-01T15:13:53.613Z",
"platform": {
"__type": "Relation",
"className": "Platform"
},
"__type": "Object",
"className": "Provider"
},
"photo": {
"__type": "File",
"name": "1c8569101dfb26d647a1c031e1b7703f_vegains_e-1.jpg",
"url": "Test-URL"
},
"featured": true,
"createdAt": "2021-12-01T15:57:11.484Z",
"updatedAt": "2021-12-27T10:30:42.772Z",
"dietary_preferences": {
"__type": "Relation",
"className": "Dietary"
},
"tags": {
"__type": "Relation",
"className": "Tag"
}
}]
}
Considering the above JSON, I’m having a hardship properly writing the query to get the full details of the object instead of the pointer or the relation. I checked the documentation but couldn’t understand. If anyone could help me with this, I’d be very grateful. Thank you!