mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix graph QL
This commit is contained in:
parent
b9d790224f
commit
35ea97ba15
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue