This package, generates graphQL Schemas, based on Laravel's Models and Database current database structure.
This is still a work in progress!
-
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