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

169 B

mutation { accountCreateVerification( url: "https://example.com" ) { _id _createdAt userId secret expire } }