From 29f92e6d9228ce458e1fd9d21037f0990ad5c661 Mon Sep 17 00:00:00 2001 From: Pierre Kubica Date: Fri, 11 Apr 2025 18:08:17 +0200 Subject: [PATCH] [fix] wrong init $rootValue value --- src/Controller/WebserviceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/WebserviceController.php b/src/Controller/WebserviceController.php index 1679a677e..dadfaba80 100644 --- a/src/Controller/WebserviceController.php +++ b/src/Controller/WebserviceController.php @@ -168,7 +168,7 @@ public function webonyxAction( $query = $input['query'] ?? ''; try { - $rootValue = []; + $rootValue = null; $validators = null;