laravel-bakery icon indicating copy to clipboard operation
laravel-bakery copied to clipboard

🍞🧑‍🍳 An on-the-fly GraphQL Schema generator from Eloquent models for Laravel.

Results 13 laravel-bakery issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: - Laravel Version: [e.g. 7.6.1] - Bakery Version [3.3.3] Hi...

enhancement :sparkles:

**Describe the bug** When a relation is only specified in one direction on the ModelSchema, then the pivot fields are on the wrong side of the relation. For example, when...

bug :bug:

- [ ] Get started - [ ] Model schemas - [ ] Queries - [ ] Mutations - [ ] Authorization

in progress :construction:

**Is your feature request related to a problem? Please describe.** There is currently no way to retrieve all models including the soft-deleted models according to the `SoftDeletes` trait. **Describe the...

enhancement :sparkles:

**Describe the bug** List fields have no filter inputs in the `CollectionFilterType`. **To Reproduce** Add a list field to a definition and no filter input fields are created for it....

enhancement :sparkles: