ENUM

WebhookEndpointModelEvent

A model and event that a webhook is attached to.

link GraphQL Schema definition

  • enum WebhookEndpointModelEvent {
  • # The created event for the model.
  • CREATED
  • # The updated event for the model.
  • UPDATED
  • # The deleted event for the model.
  • DELETED
  • # The pivot attach event for the model.
  • ATTACHED
  • # The pivot detach event for the model.
  • DETACHED
  • }