Awesome
GraphQLBundleDemo
Install
composer install
bin/console c:w
Start server
bin/console server:run
Important files
quickstart
Endpoints
quickstart
Example
{
humans {
name
id
status
direwolf {
name
}
dateOfBirth
}
}