Skip to content

Commit ca0b227

Browse files
committed
AC-7976::[Issue] Introduced support of custom scalar types for GraphQL schema
1 parent a4d51de commit ca0b227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/GraphQl/Controller/GraphQl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public function dispatch(RequestInterface $request): ResponseInterface
186186
$data = $this->getDataFromRequest($request);
187187
$result = [];
188188

189+
$schema = null;
189190
$query = $data['query'] ?? '';
190191
try {
191192
/** @var Http $request */

0 commit comments

Comments
 (0)