CaptchaResponse
Response returned after a captcha has been solved
type CaptchaResponse {
found: Boolean
solved: Boolean
time: Float
token: String
error: String
}
Fields
CaptchaResponse.found ● Boolean scalar
If a captcha was found or not
CaptchaResponse.solved ● Boolean scalar
If a captcha was found, whether or not it was solved
CaptchaResponse.time ● Float scalar
The total time it took to find, and solve, the captcha
CaptchaResponse.token ● String scalar
The solved token of the response, if any is provided
CaptchaResponse.error ● String scalar
Error message if something went wrong, providing guidance on how to fix the issue
Returned By
solve mutation ● solveImageCaptcha mutation ● verify mutation