komfysach / laravel-graphql-generator
GraphQL schema generator for Laravel
v1.0.6
2025-03-11 13:44 UTC
Requires
- php: ^8.0
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
- rebing/graphql-laravel: ^8.0|^9.0
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