Skip to main content

WebhookUpdateInput

Autogenerated input type of WebhookUpdate

input WebhookUpdateInput {
clientMutationId: String
event: WebhookEvent
url: String
webhookId: ID!
}

Fields

WebhookUpdateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

WebhookUpdateInput.event ● WebhookEvent enum common

The event that triggers this webhook.

WebhookUpdateInput.url ● String scalar common

The HTTPS URL that webhook payloads will be POSTed to.

WebhookUpdateInput.webhookId ● ID! non-null scalar common

The ID of the webhook to update.

Member of

webhookUpdate mutation