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 fde15ce commit 989139fCopy full SHA for 989139f
lib/internal/Magento/Framework/GraphQl/Query/QueryProcessor.php
@@ -61,9 +61,6 @@ public function process(
61
$contextValue,
62
$variableValues,
63
$operationName
64
- )->toArray(
65
- $this->exceptionFormatter->shouldShowDetail() ?
66
- \GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE | \GraphQL\Error\Debug::INCLUDE_TRACE : false
67
- );
+ )->toArray(\GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE | \GraphQL\Error\Debug::INCLUDE_TRACE);
68
}
69
0 commit comments