Parziphal / parse

Parse with an Eloquent-like interface for Laravel
MIT License
17 stars 13 forks source link

Fetch parse relation column type #14

Closed nafplann closed 6 years ago

nafplann commented 6 years ago

Hello again mate... How can I fetch a parse relation column type or what kind of relation should I use?, for example users column in parse _Role class.

Thank you

Parziphal commented 6 years ago

Hello. You want to get the users from a role? I think you can do $role->getUsers();. The class ParseRole is a class of the Parse PHP SDK, please read the documentation here: http://docs.parseplatform.org/php/guide/#roles