RequestResponse
Response returned from the request API
type RequestResponse {
url: String
method: Method
type: ResourceType
headers: [Headers]
}
Fields
RequestResponse.url
● String
scalar
The final URL of the request
RequestResponse.method
● Method
enum
The HTTP method of the request
RequestResponse.type
● ResourceType
enum
The type of request that was made
RequestResponse.headers
● [Headers]
list object
The headers of the request
Returned By
request
mutation