WebhookDelivery
No description
type WebhookDelivery { uuid: String! date: Time! event: WebhookEvent! subscription: WebhookSubscription! requestBody: String! responseBody: String responseHeaders: String responseStatus: Int}Fields
Section titled “Fields”WebhookDelivery.uuid ● String!non-nullscalar {#uuid}
Section titled “WebhookDelivery.uuid ● String! {#uuid}”WebhookDelivery.date ● Time!non-nullscalar {#date}
Section titled “WebhookDelivery.date ● Time! {#date}”WebhookDelivery.event ● WebhookEvent!non-nullenum {#event}
Section titled “WebhookDelivery.event ● WebhookEvent! {#event}”WebhookDelivery.subscription ● WebhookSubscription!non-nullinterface {#subscription}
Section titled “WebhookDelivery.subscription ● WebhookSubscription! {#subscription}”WebhookDelivery.requestBody ● String!non-nullscalar {#request-body}
Section titled “WebhookDelivery.requestBody ● String! {#request-body}”WebhookDelivery.responseBody ● Stringscalar {#response-body}
Section titled “WebhookDelivery.responseBody ● String {#response-body}”These details are provided only after a response is received from the remote server. If a response is sent whose Content-Type is not text/*, or cannot be decoded as UTF-8, the response body will be null. It will be truncated after 64 KiB.
WebhookDelivery.responseHeaders ● Stringscalar {#response-headers}
Section titled “WebhookDelivery.responseHeaders ● String {#response-headers}”WebhookDelivery.responseStatus ● Intscalar {#response-status}
Section titled “WebhookDelivery.responseStatus ● Int {#response-status}”Member Of
Section titled “Member Of”WebhookDeliveryCursor object