The input parameter for the
replayWebhookSubscription
mutation.Fields
Name | Description |
---|---|
ReplayWebhookSubscription_SubscriptionInput! | The details of the webhook subscription to be replayed. |
[String!] | List of event IDs to filter which events are to be replayed.This is an alternative to the filter argument, providing the ability to replay a list of specific events by their IDs.
eventIds and filter cannot be specified in the same mutation.A maximum of 100 event IDs may be provided. |
Additional fields to filter which events are to be replayed.This is an alternative to the eventIds argument, and allows replaying events within a designated time range.
eventIds and filter cannot be specified in the same mutation. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Mutation | input argument |