appwrite/docs/examples/1.6.x/server-graphql/examples/account/update-name.md
2024-07-03 17:25:40 +02:00

611 B

mutation { accountUpdateName( name: "" ) { _id _createdAt _updatedAt name password hash hashOptions registration status labels passwordUpdate email phone emailVerification phoneVerification mfa prefs { data } targets { _id _createdAt _updatedAt name userId providerId providerType identifier } accessedAt } }