mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 05:28:31 +00:00
395 B
395 B
mutation { usersUpdateName( userId: "[USER_ID]", name: "[NAME]" ) { _id _createdAt _updatedAt name password hash hashOptions registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }