feat: add GraphQL mutations for seeding and cleaning attire options data.
This commit is contained in:
3
backend/dataconnect/functions/cleanAttire.gql
Normal file
3
backend/dataconnect/functions/cleanAttire.gql
Normal file
@@ -0,0 +1,3 @@
|
||||
mutation cleanAttireOptions @transaction {
|
||||
attireOption_deleteMany(all: true)
|
||||
}
|
||||
Reference in New Issue
Block a user