komfysach / laravel-graphql-generator
GraphQL schema generator for Laravel
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/komfysach/laravel-graphql-generator
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