INPUT_OBJECT
CreateWebhookEndpointEventMutationInput
The input object that defines the fields for the createWebhookEndpointEvent mutation.
link GraphQL Schema definition
- input CreateWebhookEndpointEventMutationInput {
- # The ID of a webhook endpoint.
- Int64Bit! :
- # The model.
- String! :
- # The event(s) for the model attached to a webhook endpoint.
- WebhookEndpointModelEvent! :
- # A note about this entity.
- NoteMutationInput :
- }