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
Suddenly I can no longer create any new many-to-many relations. For example, creating an event I get the following error:
ConnectorError(ConnectorError { user_facing_error: None, kind: ForeignKeyConstraintViolation { constraint: Index("LocationOnEvent_B_fkey") } })
This wasn't happening as of a couple of months ago. This breaks the functionality of creating any new entries in the archive.
The text was updated successfully, but these errors were encountered:
It actually proceeds to create things including the M2M relations so it may just be an ignorable error that needs better handling on the frontend.
Sorry, something went wrong.
This may be fixed with the referentialActions preview feature in Prisma.
referentialActions
https://github.com/prisma/prisma/releases/tag/2.26.0
It also should allow removal of raw SQL from the following:
https://github.com/mitaai/usiran-data-store/blob/master/graphql/Mutations/update.ts https://github.com/mitaai/usiran-data-store/blob/master/graphql/Mutations/delete.ts
No branches or pull requests
Suddenly I can no longer create any new many-to-many relations. For example, creating an event I get the following error:
This wasn't happening as of a couple of months ago. This breaks the functionality of creating any new entries in the archive.
The text was updated successfully, but these errors were encountered: