webhookEventsInfo Directive
Webhook events triggered by a specific location.
directive @webhookEventsInfo(
asyncEvents: [WebhookEventTypeAsyncEnum!]!
syncEvents: [WebhookEventTypeSyncEnum!]!
) on FIELD | FIELD_DEFINITION | INPUT_OBJECT | OBJECT
Arguments
asyncEvents ● [WebhookEventTypeAsyncEnum!]!
List of asynchronous webhook events triggered by a specific location.
syncEvents ● [WebhookEventTypeSyncEnum!]!
List of synchronous webhook events triggered by a specific location.