Releases: studio-net/laravel-graphql
Releases · studio-net/laravel-graphql
Version 0.9.7
Version 0.9.6
Version 0.9.5
- upgrades to webonyx/graphql-php 0.13
- always returns httpcode 200 on errors
Version 0.9.4
Version 0.9.3
- implements exception handler for debug mode purpose. Now, when the
APP_DEBUG
is set to true, you will see backtrace on every thrown exception. Have a good debugging process ! 😂
Version 0.9.2
fix(relations): fix bug with overriden Model relations also refactor StoreTransformer Relations management
Version 0.9.1
Merge pull request #27 from lorado/bug/26 Fixing n+1 relations problem
Version 0.9.0 [BC Break]
Merge pull request #30 from studio-net/f-laravel57 Laravel 5.7
Version 0.8.1 : adds pagination (Breaking Change)
⚠ Breaking Change
Adds pagination support.
To achieve this, all the lists had to be wrapped in items
.
Version 0.7.0
- supports laravel 5.6
- removes support for laravel < 5.5