WebhookRequestWebhookSubscription.HTTP requests are associated with one or more WebhookAttempts representing each Event in the request body.| Name | Description |
|---|---|
[WebhookAttempt!]! | The list of events that were attempted to be delivered in the request body. |
DateTime! | The date & time the HTTP request occurred.This field has weak ordering guarantees, so it should not be used as a pagination argument. |
String! | The high-level description of the HTTP request's result.Currently, four codes are defined:
|
String! | The identifier for the HTTP request.This is included in the request as an X-Request-Id custom header. |
Int! | The HTTP status code returned by the subscription endpoint.When an HTTP response wasn't received a synthetic status code will be generated:
|
Int | The latency of the HTTP request in milliseconds.This will be null if the request wasn't made (i.e. an InvalidUrl error occurred). |
WebhookSubscription | The webhook subscription that was the target of the HTTP request.This will be null if the subscription has since been deleted. |
| Parent name | Parent type | Description |
|---|---|---|
| WebhookAttempt | Object | webhookRequest field |
| WebhookRequestEdge | Object | node field |
| webhookRequest | Query | Result type |