updateWebhookInput
Autogenerated input type of updateWebhook
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEadditional_notification_emails
· [String] · Additional email addresses to notify on webhook warning or disabled events webhook_events
· [WebhookEventInput] · Webhook events to update or delete Used By
Definition
"""Autogenerated input type of updateWebhook"""input updateWebhookInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") event_type: String
""" Additional email addresses to notify on webhook warning or disabled events """ additional_notification_emails: [String] id: ID is_enabled: Boolean should_retry: Boolean
""" A valid URL per the WHATWG specification """ url: String
""" Webhook events to update or delete """ webhook_events: [WebhookEventInput]}