WaitForRequest
Response returned after a particular network request has been sent
type WaitForRequest {
  time: Float
  url: String
}
Fields
WaitForRequest.time ● Float scalar
The period of time elapsed, in milliseconds, waited for
WaitForRequest.url ● String scalar
The URL parameter used to match the response with
Returned By
waitForRequest  mutation