appwrite/docs/examples/1.4.x/client-graphql/examples/account/update-password.md
2023-08-30 11:20:26 +02:00

354 B

mutation { accountUpdatePassword( password: "" ) { _id _createdAt _updatedAt name registration status labels passwordUpdate email phone emailVerification phoneVerification prefs { data } accessedAt } }