Renamed index.php to graphql.php for consistency in blog example

This commit is contained in:
vladar 2016-10-23 18:35:31 +07:00
parent 1787c1377d
commit 221ec6f792
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Simple yet full-featured example of GraphQL API. Models simple blog with Stories
### Run locally
```
php -S localhost:8080 ./index.php
php -S localhost:8080 ./graphql.php
```
### Test if GraphQL is running