HttpInput
No description
type HttpInput {
body: String
headers: [KeyValuePair!]!
queryParams: [KeyValuePair!]!
}
Fields
HttpInput.body ● String scalar
The body of the HTTP input
HttpInput.headers ● [KeyValuePair!]! non-null object
The headers of the HTTP input
HttpInput.queryParams ● [KeyValuePair!]! non-null object
The query parameters of the HTTP input
Member Of
ReproductionData object