Skip to content

createWebhookInput

Autogenerated input type of createWebhook

Fields

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