pantherify / graphql-generator
GraphQL Schema Generator based on Eloquent Models
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/pantherify/graphql-generator
Requires
- doctrine/dbal: ^2.9
This package is auto-updated.
Last update: 2025-12-15 13:11:01 UTC
README
Introduction
This package, generates graphQL Schemas, based on Laravel's Models and Database current database structure.
This is still a work in progress!
TODO
-
Generate queries based on Model Configuration
- List with:
- Pagination
- OrderBy
- Full Text Search with Laravel Scout
- Reference Mapping Query with:
- OrderBy
- Full Text Search with Laravel Scout
- Model Info by ID
- List with:
-
Generate Mutations based on Model Configuration
- Update Mutations
- Create Mutations
- Delete Mutations
-
Authentication on Mutations