Skip to content

sendTestWebhookInput

Autogenerated input type of sendTestWebhook

Fields

deprecated DO NOT USE
id · ID! · required · The ID of the webhook

Used By

Definition

"""
Autogenerated input type of sendTestWebhook
"""
input sendTestWebhookInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the webhook
"""
id: ID!
}