createWebhookInput
Autogenerated input type of createWebhook
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 create Used By
Definition
"""Autogenerated input type of createWebhook"""input createWebhookInput { """ 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] is_enabled: Boolean should_retry: Boolean = true
""" A valid URL per the WHATWG specification """ url: String
""" Webhook events to create """ webhook_events: [WebhookEventInput]}