Skip to main content

UpdateWebhookTargetInput

No description

input UpdateWebhookTargetInput {
webhookTargetId: ID!
url: StringInput
eventSubscriptions: [WebhookTargetEventSubscriptionInput!]
isEnabled: BooleanInput
description: StringInput
}

Fields

UpdateWebhookTargetInput.webhookTargetId ● ID! non-null scalar

UpdateWebhookTargetInput.url ● StringInput input

UpdateWebhookTargetInput.eventSubscriptions ● [WebhookTargetEventSubscriptionInput!] list input

UpdateWebhookTargetInput.isEnabled ● BooleanInput input

UpdateWebhookTargetInput.description ● StringInput input

Member of

updateWebhookTarget mutation