mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-16 12:23:15 +03:00
Small correction in examples
This commit is contained in:
parent
8df665610b
commit
1adfe21185
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
// Test this using following command
|
// Test this using following command
|
||||||
// php -S localhost:8080 ./index.php
|
// php -S localhost:8080 ./graphql.php
|
||||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||||
|
|
||||||
use \GraphQL\Examples\Blog\Types;
|
use \GraphQL\Examples\Blog\Types;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user