composer install
bin/console c:w
bin/console server:run
{
humans {
name
id
status
direwolf {
name
}
dateOfBirth
}
}Graph quick start example using OverblogGraphQLBundle
Repository from Github https://github.comoverblog/GraphQLBundleDemo
composer install
bin/console c:w
bin/console server:run
{
humans {
name
id
status
direwolf {
name
}
dateOfBirth
}
}Graph quick start example using OverblogGraphQLBundle