webhookSubscriptionReplay
QUERY

The webhook subscription replay for the given id.

Arguments

NameDescription
The value of WebhookSubscriptionReplay.id for the requested object.

Result

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

Sample

GraphQL
query ($id: String!) {
  webhookSubscriptionReplay(id: $id) {
    id {
      value
    }
  }
}