WebhookSubscriptionReplay
Object

The state of a request to replay events for a WebhookSubscription.

Fields

NameDescription
createDateTime* 
DateTime!
The date & time that the webhook subscription replay was created.
The identifier for the WebhookSubscriptionReplay.
The original request for the WebhookSubscriptionReplay.
statusCode* 
String!
The current status of the replay.Currently, the following status codes are defined:
  • Submitted
  • Running
  • Completed
  • Cancelled
updateDateTime* 
DateTime!
The date & time that the subscription replay was last updated.Subscription replays are updated whenever the replay makes forward progress.
webhookSubscription 
WebhookSubscription
The webhook subscription that was the target of the replay.This will be null if the subscription has since been deleted.

Seen in

Parent nameParent typeDescription
WebhookSubscriptionReplayEdgeObjectnode field
webhookSubscriptionReplayQueryResult type