ENUM
WebhookEndpointModelEvent
A model and event that a webhook is attached to.
link GraphQL Schema definition
- enum WebhookEndpointModelEvent {
- # The created event for the model.
- # The updated event for the model.
- # The deleted event for the model.
- # The pivot attach event for the model.
- # The pivot detach event for the model.
- }
link Require by
- CreateWebhookEndpointEventMutationInputThe input object that defines the fields for the createWebhookEndpointEvent mutation.
- Querynull
- WebhookEndpointA URL to an endpoint that a webhook can be sent to.
- WebhookEndpointEventAn event on a model that can fire a webhook
- WebhookEndpointEventDispatchA webhook for a model and event that has been queued to be sent.
- WebhookEndpointModelEventInputA model and event that will fire webhooks to its associated endpoint.
- WebhookModelEventResultA model that can fire webhooks and its supported events.