IsraelBarbosa
IsraelBarbosa
This warning are still being thrown. Is there a timeline to fix this?
Nice catch! I was searching what was causing this for some time now. Hope this changes is pushed soon
Yes, it's exactly that. I already have an idea that works for a PR. I will submit so you can see it
I'm considering using your library in one of my projects, and I have a couple more questions: 1. Is there a way to set default values to the fields of...
For the default values I was thinking something like: ```ts export const Book = { table: 'books', fields: { fieldWithDefault: { type: StringType, defaultValue: "a good book" }, }, };...
I was thinking that adding to the input type would add to all the Resolvers, so you would have the update with the default value set.. But only adding to...