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