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 8df6656 commit 1adfe21Copy full SHA for 1adfe21
examples/01-blog/graphql.php
@@ -1,6 +1,6 @@
1
<?php
2
// Test this using following command
3
-// php -S localhost:8080 ./index.php
+// php -S localhost:8080 ./graphql.php
4
require_once __DIR__ . '/../../vendor/autoload.php';
5
6
use \GraphQL\Examples\Blog\Types;
0 commit comments