komfysach/laravel-graphql-generator
最新稳定版本:v1.0.6
Composer 安装命令:
composer require komfysach/laravel-graphql-generator
包简介
GraphQL schema generator for Laravel
README 文档
README
Generate GraphQL types, queries, and mutations for Laravel applications using the Rebing GraphQL package.
Usage
Generate type:
php artisan make:gqlType ExampleType
Generate query:
php artisan make:gqlQuery ExampleQuery
Generate mutation:
php artisan make:gqlMutation ExampleMutation
These files will be added into app/GraphQL
Installation
composer require komfysach/laravel-graphql-generator
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-11