Parziphal / parse

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

Query to return all objects #13

Closed nafplann closed 6 years ago

nafplann commented 6 years ago

Hi thanks for the amazing libraries.. is there any way to fetch all objects? currently its only return 100 of records.

Parziphal commented 6 years ago

Hello~ ParseServer sets a default limit of 100 to queries. In order to get more than 100 items, you have to explicity set a limit, which means (as far as I know) that there's no way to get all items in one query unless you set a really high limit.