mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 21:19:19 +00:00
443 B
443 B
mutation { usersCreateArgon2User( userId: "[USER_ID]", email: "email@example.com", password: "password" ) { _id _createdAt _updatedAt name password hash hashOptions registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }