Tạo OTP

 avatar
unknown
json
3 years ago
75 B
6
Indexable
mutation {
  createOtp(telephone: "string") {
    message
    success
  }
}
Editor is loading...