appwrite/docs/examples/1.4.x/client-graphql/examples/account/create.md
2023-08-30 11:20:26 +02:00

411 B

mutation { accountCreate( userId: "[USER_ID]", email: "email@example.com", password: "" ) { _id _createdAt _updatedAt name registration status labels passwordUpdate email phone emailVerification phoneVerification prefs { data } accessedAt } }