1
0
Fork 0
mirror of synced 2024-09-18 10:29:47 +12:00
appwrite/docs/examples/1.3.x/server-graphql/examples/users/update-password.md
2023-04-12 01:23:29 +12:00

347 B

mutation { usersUpdatePassword( userId: "[USER_ID]", password: "" ) { _id _createdAt _updatedAt name registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }