bnnvara/graphql-bundle

GraphQL package for BNNVARA

Installs: 20 055

Dependents: 0

Suggesters: 0

Security: 0

Type:symfony-bundle


README

Installation

Using Composer:

composer require bnnvara/graphql-bundle

Enable the bundle in bundles.php.

return [
    ...
    BNNVARA\GraphQLBundle\BNNVARAGraphQlBundle::class => ['all' => true],
    ...
];