ScreenshotResponse
The response returned after generating a Screenshot
type ScreenshotResponse {
base64: String
format: String
time: Float
}
Fields
ScreenshotResponse.base64
● String
scalar
The base64 encoded image of the screenshot
ScreenshotResponse.format
● String
scalar
The format of the screenshot
ScreenshotResponse.time
● Float
scalar
The time it took to take the screenshot
Returned By
screenshot
mutation