- This project has a changelog
\o/
- Auto-resolve aliased fields #283
- Allow configuring a custom default field resolver #266
- Routes have now given names so they can be referenced #264
- Expose more fields on the default pagination type #262
- Mongodb support #257
- Add support for MorphOne relationships #238
- Checks for lumen when determining schema #247
- Internal changes:
- Replace deprecated global
array_*
andstr_*
helpers with directArr::*
andStr::*
calls - Code style now enforced via StyleCI
- Replace deprecated global
- Fixed infinite recursion for InputTypeObject self reference #230
- Laravel 5.8 support
- Don't report certain GraphQL Errors
- Mutation routes fix
- Fix to allow recursive input objects #158
- Fixed default error handler
- Bump webonxy/graphql-php version requirement
- Add support for custom error handler config
handle_errors
- Fixed validation
- Validation error messages Can now add custom validation error messages to Queries and Mutations
- Added support for query complexity and depth (more details)
- Also added support for InputObjectType rules validation.
- Rules supported for all Fields
Added
rules
support for Query fields
- Allow subscription types to be added Supports creating the schema, but the underlying PHP functionality does not do anything.
- Updating route and controller to give us the ability to create multilevel URI names #69
- Updating route and controller so it give us the ability to create multi level URI names
- Composer fix
- SelectFields fix
- GET routes
- Enum types
- Privacy validation optimizied
- Initial release