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

In 2.0 we check the default attributes for a model to see if we should make the input field nullable or not. So if the field is not nullable itself,...

With [beyondcode/laravel-websockets](https://github.com/beyondcode/laravel-websockets), GraphQL subscriptions could be implemented! Opening this issue here to keep track of progress. https://graphql.org/blog/subscriptions-in-graphql-and-relay/

discussion :speaking_head:

Right now we just loop through the arguments, filtering the query. But if you don't supply any arguments _and_ the query returns only model (because there is only one in...

good first issue :octocat: