backend/services/module-accounts/__tests/admin.playground.graphql
2025-05-14 21:45:16 +02:00

6 lines
116 B
GraphQL

mutation resetPassword {
resetPassword(input: { email: "sanawar@makeit-studio.com" }) {
message
}
}