mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 19:30:54 +08:00
4 lines
103 B
GraphQL
4 lines
103 B
GraphQL
mutation TriggerPasswordReset($emailAddress: String!) {
|
|
triggerPasswordReset(email: $emailAddress)
|
|
}
|