Skip to content

Instantly share code, notes, and snippets.

@haverchuck
haverchuck / cleanup-steps.md
Last active January 26, 2022 19:56 — forked from aws-amplify-ops/cleanup-steps.md
Steps for cleaning user data for owner based auth schema

Steps to clean up user data

Clean up user data with DataStore disabled (conflict resolution disabled)

Assuming you have this schema

type Todo @model @auth(rules: [{ allow: owner }]){
  id: ID!
  name: String!
  description: String