https://github.com/arnaud-lb/graphql-demo
A Symfony application demoing a simple GraphQL API
https://github.com/arnaud-lb/graphql-demo
Last synced: 3 months ago
JSON representation
A Symfony application demoing a simple GraphQL API
- Host: GitHub
- URL: https://github.com/arnaud-lb/graphql-demo
- Owner: arnaud-lb
- Created: 2018-11-06T14:11:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T10:51:53.000Z (over 6 years ago)
- Last Synced: 2025-01-10T19:23:23.991Z (5 months ago)
- Language: PHP
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL demo
A Symfony application demoing a simple GraphQL API with [Overblog GraphQLBundle](https://github.com/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
- Overblog GraphQLBundle: https://github.com/overblog/GraphQLBundle
- Alice data fixtures: [nelmio/alice](https://github.com/nelmio/alice) / [AliceBundle](https://github.com/hautelook/AliceBundle) / [theofidry/AliceDataFixtures](https://github.com/theofidry/AliceDataFixtures)
- Doctrine: https://github.com/doctrine/doctrine2## TODO
- Proper error reporting
- Count field on a connection