v5.1.0
Added
- The new
beforeExecutionHook
hook lets your GraphQL controller (using theHandlesGraphqlRequests
trait) inspect the schema and query before entering the execution phase.
Fixed
- Upgrade graham-campbell/testbench@^5.6 because of breaking change in
GrahamCampbell\TestBench\AbstractPackageTestCase
.