OBJECT
WebhookModelEventResult
A model that can fire webhooks and its supported events.
link GraphQL Schema definition
- type WebhookModelEventResult {
- # The model.
- : String!
- # A list of events.
- : [WebhookEndpointModelEvent]!
- }
OBJECT
A model that can fire webhooks and its supported events.
- type WebhookModelEventResult {
- # The model.
- : String!
- # A list of events.
- : [WebhookEndpointModelEvent]!
- }