mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
358 B
358 B
mutation { usersUpdateEmail( userId: "[USER_ID]", email: "email@example.com" ) { _id _createdAt _updatedAt name registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }