bnnvara/graphql-bundle

GraphQL package for BNNVARA

Installs: 19 187

Dependents: 0

Suggesters: 0

Security: 0

Type:symfony-bundle

3.2.0 2023-02-01 09:12 UTC

README

Installation

Using Composer:

composer require bnnvara/graphql-bundle

Enable the bundle in bundles.php.

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