The webhook subscription replay for the given
id.Arguments
| Name | Description |
|---|---|
String! | The value of WebhookSubscriptionReplay.id for the requested object. |
Result
| Name | Description |
|---|---|
WebhookSubscriptionReplay | The state of a request to replay events for a WebhookSubscription. |
Sample
GraphQL
CopyGraphQL Explorer
query ($id: String!) {
webhookSubscriptionReplay(id: $id) {
id {
value
}
}
}