Fix graph QL

This commit is contained in:
Matej Bačo 2023-08-09 13:52:57 +02:00
parent b9d790224f
commit 35ea97ba15

View file

@ -269,7 +269,7 @@ class Resolvers
try {
$route = $utopia->match($request, fresh: true);
$utopia->execute($route, $request);
$utopia->execute($route, $request, $response);
} catch (\Throwable $e) {
if ($beforeReject) {
$e = $beforeReject($e);