Skip to content

v1.2.0

Compare
Choose a tag to compare
@wecc wecc released this 14 Sep 10:11
61fae8e

Added

Changed

Fixed

  • The code in HandlesGraphqlRequests->errorFormatter() always assumed \Exception from \GraphQL\Error\Error->getPrevious() when it fact it returns \Throwable. We now ensure that we always pass \Exception to ExceptionHandler->report().