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

395 B

mutation { accountUpdateEmail( email: "email@example.com", password: "password" ) { _id _createdAt _updatedAt name registration status labels passwordUpdate email phone emailVerification phoneVerification prefs { data } accessedAt } }