Releases: rebing/graphql-laravel
Releases · rebing/graphql-laravel
Fixed default error handler
v1.17.6 Merge branch 'release/v1.17.6'
v1.17.3
Fixed validation
v1.16.0 Merge branch 'release/v1.16.0'
Validation error messages
Can now add custom validation error messages to Queries and Mutations
Added support for query complexity and depth
More details here https://github.com/webonyx/graphql-php#security
Also added support for InputObjectType rules validation.
Interfaces and Unions
Added support for Unions (https://github.com/rebing/graphql-laravel/blob/master/docs/advanced.md#unions) and Interfaces (https://github.com/rebing/graphql-laravel/blob/master/docs/advanced.md#interfaces)
Rules supported for all Fields
Added rules
support for Query fields
Alias
Allow subscription types to be added
Supports creating the schema, but the underlying PHP functionality does not do anything.
GET routes
v1.6.1 GET routes