SwitchWindowResponse
Response from window switching operation
type SwitchWindowResponse {
success: Boolean!
error: String
title: String
url: String
}
Fields
SwitchWindowResponse.success
● Boolean!
non-null scalar
SwitchWindowResponse.error
● String
scalar
SwitchWindowResponse.title
● String
scalar
SwitchWindowResponse.url
● String
scalar
Returned By
switchToWindow
mutation