Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 713 Bytes

GraphQL demo

A Symfony application demoing a simple GraphQL API with Overblog GraphQLBundle.

Install

git clone https://github.com/arnaud-lb/graphql-demo.git
composer install
php -S 127.0.0.1:8080 -t public/

Then, go to 127.0.0.1:8080/graphiql

Powered by

TODO

  • Proper error reporting
  • Count field on a connection