We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to create a record like this:
const Player = await db.class.get('Player'); const record = await Player.create({ name: 'new player' });
typescript will fail with an error because the expected param for create is a ORecord although it should just be an Object
create
Object
The text was updated successfully, but these errors were encountered:
Hi @mebibou Thanks to inform , i will try to patch it asap.
Sorry, something went wrong.
I just push a new definition that embedded to orientjs package and resolve some typings problems. implemented issues in #438 , #439 @mebibou
No branches or pull requests
When trying to create a record like this:
typescript will fail with an error because the expected param for
create
is a ORecord although it should just be anObject
The text was updated successfully, but these errors were encountered: