createWebhookInput
Autogenerated input type of createWebhook
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEwebhook_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 is_enabled: Boolean should_retry: Boolean = true
""" A valid URL per the WHATWG specification """ url: String
""" Webhook events to create """ webhook_events: [WebhookEventInput]}