Closed EcksDy closed 3 months ago
Hey there,
I'm a bit busy these days, but reading the error message maybe you haven't defined the appropriate types?
Following the docs, you are following the Typescript
tab, right?
Thanks about the close
note, I'll take a look.
Ahh I see, I was missing the generics setup, makes sense. I was on the javascript tab, had a feeling I'm missing something :)
Yeah this isn't the first time it happens. I should put the Typescript tab first!
Heya, I've tried neogma today following the examples on README and docs, and couldn't get it to work. For example
await Users.createOne({...})
from the example wont accept the object as first param:Main page also suggest
neogma.getDriver().close()
which doesnt exist anymore. I couldn't find any working code in the docs to get started, but it seems that the repo is active, am I missing something?