-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically convert camel case fields to snake case #87
Comments
While doing the mentioned renaming above, I noticed that it actually doesn't work like the way I thought. There is no filter applied eventually 🤔 |
Nope...
Strange. (1) Which version of the package are you using? (2) Do you see ps: You can also try https://github.com/itsgoingd/clockwork / https://laravel.com/docs/10.x/telescope to see queries. |
Maybe you can create a small repo with the error? It will be very helpful for debug. |
Yep. I can reproduce it, but not sure how to fix yet. The bug extracted to #88. |
In upcoming v6 will be possible to define // AppProvider
$this->app->bind(
LastDragon_ru\LaraASP\GraphQL\Builder\Contracts\BuilderPropertyResolver::class,
MyBuilderPropertyResolver::class,
); |
It would be great if there would be a way to automatically rename fields in the type that is used with the
@searchBy
directive to be in snake case. For example I would like to leave out the@rename
column here:Or is there any nice way at the moment to already achieve it?
The text was updated successfully, but these errors were encountered: