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 68fb4ce commit d24a8faCopy full SHA for d24a8fa
README.md
@@ -432,7 +432,7 @@ use GraphQL\GraphQL;
432
use \Exception;
433
434
if (isset($_SERVER['CONTENT_TYPE']) && $_SERVER['CONTENT_TYPE'] === 'application/json') {
435
- $rawBody = file_get_contents('php://input')
+ $rawBody = file_get_contents('php://input');
436
$data = json_decode($rawBody ?: '', true);
437
} else {
438
$data = $_POST;
0 commit comments