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