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