ReplayWebhookEventInput
Input to replay a Webhook event
input ReplayWebhookEventInput {
webhookEventId: ID!
}
Fields
ReplayWebhookEventInput.webhookEventId
● ID!
non-null scalar
The ID of a webhook Event
Member Of
replayWebhookEvent
mutation