appwrite/docs/examples/1.2.x/client-graphql/examples/account/create.md

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 } } }