SendOTPResult
No description
type SendOTPResult {
success: Boolean
code: String
message: String
existingOtp: Boolean
}
No description
type SendOTPResult {
success: Boolean
code: String
message: String
existingOtp: Boolean
}
SendOTPResult.success ● Boolean scalarSendOTPResult.code ● String scalarSendOTPResult.message ● String scalarSendOTPResult.existingOtp ● Boolean scalar