You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
Bug Report
Current behavior
Running a specific
deleteManyXs
mutation with deep filters results in an internal server error.Reproduction
Adjust
datamodel.graphql
toAdd some data:
Try to run the following
deleteManyAs
mutation:You'll receive an internal server error, with logs similar to this:
Running the same mutation without filters works as expected:
You can verify the difference by running this query:
Note the
onDelete: CASCADE
statement inas: [A!]! @relation(name: "AB" onDelete: CASCADE)
, that might be related to #2103.Expected behavior?
deleteManyAs
mutation with deep filter works as expected.The text was updated successfully, but these errors were encountered: