Skip to content

v5.1.0

Compare
Choose a tag to compare
@wecc wecc released this 29 Mar 13:46
bbbc921

Added

  • The new beforeExecutionHook hook lets your GraphQL controller (using the HandlesGraphqlRequests 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.