Skip to main content

updateWebhook

Update a Webhook

updateWebhook(
id: ID!
clearCompressionType: Boolean
clearAdditionalHeaders: Boolean
clearSignatureSecret: Boolean
clearConfigOptions: Boolean
compressionType: CompressionType
enabled: Boolean
name: String
email: String
endpoint: String
maxBatchSize: Int
maxBatchDelayMs: Int
additionalHeaders: [InputPair!]
signatureSecret: String
configOptions: [InputPair!]
): Webhook

Arguments

updateWebhook.id ● ID! non-null scalar

updateWebhook.clearCompressionType ● Boolean scalar

updateWebhook.clearAdditionalHeaders ● Boolean scalar

updateWebhook.clearSignatureSecret ● Boolean scalar

updateWebhook.clearConfigOptions ● Boolean scalar

updateWebhook.compressionType ● CompressionType enum

updateWebhook.enabled ● Boolean scalar

updateWebhook.name ● String scalar

updateWebhook.email ● String scalar

updateWebhook.endpoint ● String scalar

updateWebhook.maxBatchSize ● Int scalar

updateWebhook.maxBatchDelayMs ● Int scalar

updateWebhook.additionalHeaders ● [InputPair!] list input

updateWebhook.signatureSecret ● String scalar

updateWebhook.configOptions ● [InputPair!] list input

Type

Webhook object

Webhook settings for publishing change events.