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.
2 parents 68fb4ce + d24a8fa commit 68365e2Copy full SHA for 68365e2
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