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 has been archived by the owner on Sep 16, 2020. It is now read-only.
I could run GraphQL starter application. I create an event, add comments to the event and delete the event. These are my operations.
The deleted event is deleted from DynamoDB table but comment items which related to the deleted event didn't deleted from DynamoDB table.
I want to know what is the easiest way to delete the comment items triggered deleting an event from DymamoDB table.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm newbie of AWS Mobile AppSync.
I could run GraphQL starter application. I create an event, add comments to the event and delete the event. These are my operations.
The deleted event is deleted from DynamoDB table but comment items which related to the deleted event didn't deleted from DynamoDB table.
I want to know what is the easiest way to delete the comment items triggered deleting an event from DymamoDB table.
The text was updated successfully, but these errors were encountered: