OverblogGraphQLBundle

January 26, 2017 ยท View on GitHub

This Symfony 2 / 3 bundle provide integration GraphQL using webonyx/graphql-php and GraphQL Relay. It also supports batching using libs like ReactRelayNetworkLayer.

Build Status Scrutinizer Code Quality Coverage Status

Documentation

For documentation, see:

Resources/doc/

Read the documentation

Contribute

Tests:

Install phpunit.

In the bundle directory:

phpunit

Fix PHP CS:

vendor/bin/php-cs-fixer fix ./

Contents

  1. 1Documentation
  2. 2Contribute