bnnvara/graphql-bundle

BNNVARA 的 GraphQL 包

安装次数: 19,883

依赖者: 0

建议者: 0

安全性: 0

类型:symfony-bundle


README

安装

使用 Composer

composer require bnnvara/graphql-bundle

bundles.php 中启用包。

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