feat: add GraphQL mutations for seeding and cleaning attire options data.

This commit is contained in:
Achintha Isuru
2026-02-24 15:41:12 -05:00
parent 5d0135b6e9
commit f8c9cd625f
3 changed files with 322 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
mutation cleanAttireOptions @transaction {
attireOption_deleteMany(all: true)
}