WebhookResponse
Response object for sending a webhook.
type WebhookResponse {
status: Uint32!
headers: Struct!
body: Struct!
}
Fields
WebhookResponse.status ● Uint32! non-null scalar common
WebhookResponse.headers ● Struct! non-null scalar common
WebhookResponse.body ● Struct! non-null scalar common
Returned By
Webhook mutation