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