Releases: glesys/butler-graphql
Releases · glesys/butler-graphql
v10.1.1
Fixed
- Handle empty schema extension config.
v10.1.0
Added
- Support extending schema using partial GraphQL schema files.
- Handle
Illuminate\Auth\Access\AuthorizationException
exceptions.
v10.0.0
Changed
- BREAKING: Require Laravel 10 and PHP 8.1.
v9.0.0
Changed
- BREAKING Fields that uses a resolver method are now exclusively resolved using that method. Previously, if a resolver method returned
null
, the library would continue to try and resolve the field using the built in array and object resolvers.
v8.0.1
Added
- Cast backed enum to its value when return type is a "leaf" (enum or scalar).
v8.0.0
Changed
- BREAKING: Support passing php Enums to resolvers.
v7.1.0
Added
- Support for backed enums.
v7.0.0
Changed
- BREAKING: Require Laravel 9 and PHP 8.