Skip to main content

webhookEventsInfo

Webhook events triggered by a specific location.

directive @webhookEventsInfo(
asyncEvents: [WebhookEventTypeAsyncEnum!]!
syncEvents: [WebhookEventTypeSyncEnum!]!
) on FIELD | FIELD_DEFINITION | INPUT_OBJECT | OBJECT

Arguments

webhookEventsInfo.asyncEvents ● [WebhookEventTypeAsyncEnum!]! non-null enum webhooks

List of asynchronous webhook events triggered by a specific location.

webhookEventsInfo.syncEvents ● [WebhookEventTypeSyncEnum!]! non-null enum webhooks

List of synchronous webhook events triggered by a specific location.