We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05632a8 commit 3720ec0Copy full SHA for 3720ec0
lib/internal/Magento/Framework/GraphQl/Query/QueryProcessor.php
@@ -69,7 +69,7 @@ public function process(
69
$operationName
70
)->toArray(
71
$this->exceptionFormatter->shouldShowDetail() ?
72
- \GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE : true
+ \GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE : false
73
);
74
}
75
0 commit comments