updateWebhookInput
Autogenerated input type of updateWebhook
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEwebhook_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 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]}