Daniel E
Daniel E
@royjit for example, let us say we have `Post` and `Comment` models. A `Post` can have many `Comment` (@hasMany relationship). If I call `try await Amplify.API.mutate(request: .delete(Post))`, it deletes the...
Noted. Can this be made a feature request? @royjit
@royjit just realized this is already also a feature request in the category-api repo: https://github.com/aws-amplify/amplify-category-api/issues/273
This may to be similar to https://github.com/zahidalidev/toastify-react-native/pull/68