INPUT_OBJECT
WebhookEndpointModelEventInput
A model and event that will fire webhooks to its associated endpoint.
link GraphQL Schema definition
- input WebhookEndpointModelEventInput {
- # The model.
- : String!
- # The event(s) for the model attached to a webhook endpoint.
- : WebhookEndpointModelEvent!
- }