We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04d581e + 3cfb4ad commit 53ec626Copy full SHA for 53ec626
1 file changed
src/Plugin/PersistedQuery.php
@@ -240,7 +240,7 @@ public function processRequest(
240
* @return MagentoHttpResponse
241
* @throws Throwable
242
*/
243
- protected function processGraphqlRequest(
+ public function processGraphqlRequest(
244
string $queryHash,
245
$documentNode,
246
array $variables
@@ -305,7 +305,7 @@ protected function processVariables($args): array
305
* @return ResponseInterface|MagentoHttpResponse
306
* @throws InvalidArgumentException
307
308
- private function saveQuery(RequestInterface $request)
+ protected function saveQuery(RequestInterface $request)
309
{
310
$requestQuery = $this->serializer->unserialize($request->getContent());
311
if (is_array($requestQuery) && array_key_exists('query', $requestQuery)) {
0 commit comments