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