gregorip02 / restql

📦 A data resolution package for your Laravel models.
https://github.com/gregorip02/restql/wiki
GNU General Public License v3.0
128 stars 6 forks source link

Customize pagination #10

Open windhunter89 opened 4 years ago

windhunter89 commented 4 years ago

How can I make the pagination work by customising the current plugin? Currently I use customize Clausules, it work but the data like total, page etc is missing when return resp

gregorip02 commented 4 years ago

For now, pagination is not supported. I'm working on it right now, see https://github.com/gregorip02/restql/blob/stable/NEXT.md for more details.