bnnvara/graphql-bundle

GraphQL package for BNNVARA

Maintainers

Package info

bitbucket.org/bnnvara/graphql-bundle

Issues

Type:symfony-bundle

pkg:composer/bnnvara/graphql-bundle

Statistics

Installs: 20 178

Dependents: 0

Suggesters: 0


README

Installation

Using Composer:

composer require bnnvara/graphql-bundle

Enable the bundle in bundles.php.

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