- Add initial support for execution strategies
- Add support for error handling middleware
- Fix some bugs in the error handling
- Fix some type-hint issues
- Run Travis CI tests on PHP 7.3 too, improve build times by caching
- Drastically reduce the number of container
make()
(#332)
- Expanded the README table of contents somewhat (#329)
- Don't validate the schema again while validating the query against it (#328)
- Fix some incorrect type-hints in
ExecutionResult
(#327) - Fix resolver example in the README (#313)
- Fix a bug where you could not use
false
as value forBoolean!
input types (#311) - Add a code of conduct (#312)
- Fix resolver middleware example (#309)
- Introduce
VisitorInfo
concept (#308)
- Initial release