gregorip02 / restql

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

[2.x] Middlewares, Authorizations and Custom Resolvers #6

Closed gregorip02 closed 4 years ago

gregorip02 commented 4 years ago

This new version of RestQL, makes the old way of configuring the package incompatible. Basically the developer maps his entire schema into the configuration, allowing or denying incoming requests using middlewares.