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
See #9486 first issue
This bug happens in GraphqlQueryUpdateOneResolverService when we update a date field type (not datetime !).
GraphqlQueryUpdateOneResolverService
This block of code :
const nonFormattedUpdatedObjectRecords = await queryBuilder .update(data) .where({ id: executionArgs.args.id }) .returning('*') .execute();
The text was updated successfully, but these errors were encountered:
hey @lucasbordeau i want to work on this issue assign me
Sorry, something went wrong.
Hi @yadavshubham01 sorry I created the issue but I finally had to fix it because it was quite critical and complex. I'm closing this issue.
See relevant PR : #9700
ok
No branches or pull requests
Bug Description
See #9486 first issue
Technical inputs
This bug happens in
GraphqlQueryUpdateOneResolverService
when we update a date field type (not datetime !).This block of code :
The text was updated successfully, but these errors were encountered: