Skip to content

Commit b786d4a

Browse files
[fix] wrong init $rootValue value (#969)
1 parent 1c264cf commit b786d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/WebserviceController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function webonyxAction(
168168
$query = $input['query'] ?? '';
169169

170170
try {
171-
$rootValue = [];
171+
$rootValue = null;
172172

173173
$validators = null;
174174

0 commit comments

Comments
 (0)