HTMLResponse
HTML content of a page
type HTMLResponse {
html: String
time: Float
}
Fields
HTMLResponse.html
● String
scalar
The content of the page's HTML
HTMLResponse.time
● Float
scalar
The amount of time, in milliseconds, elapsed since the start of content retrieval to completion
Returned By
html
mutation