Kreg Holgerson

Results 5 comments of Kreg Holgerson

``` type User @model @auth(rules: [{allow: private}]) { id: ID! username: String! email: String Tests: [Test] @hasMany(indexName: "byUser", fields: ["id"]) } type Test @model @auth(rules: [{allow: private}]) { id: ID!...

Does the schema I added help you reproduce the problem?

I have moved to release 2.11.4. Is the fix included in this release? If so, I will test.

@5d I have tested the change in my app and can confirm that the problem has been resolved. Thank you!

Unfortunately my testing was wrong. I do still see the incorrect behavior of dependent data not getting deleted. I was tricked when testing by looking at the Content in the...