appwrite/docs/examples/1.3.x/client-graphql/examples/account/create.md
2023-04-12 01:23:29 +12:00

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