mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
14 lines
165 B
GraphQL
14 lines
165 B
GraphQL
![]() |
query GetInterceptedRequest($id: ID!) {
|
||
|
interceptedRequest(id: $id) {
|
||
|
id
|
||
|
url
|
||
|
method
|
||
|
proto
|
||
|
headers {
|
||
|
key
|
||
|
value
|
||
|
}
|
||
|
body
|
||
|
}
|
||
|
}
|