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

193 B

mutation { accountCreatePhoneSession( userId: "[USER_ID]", phone: "+12065550100" ) { _id _createdAt userId secret expire } }