Skip to main content

WebhookUpdatePayload

Autogenerated return type of WebhookUpdate

type WebhookUpdatePayload {
clientMutationId: String
errors: [UserError!]!
webhook: Webhook
}

Fields

WebhookUpdatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

WebhookUpdatePayload.errors ● [UserError!]! non-null object common

Errors related to user input

WebhookUpdatePayload.webhook ● Webhook object common

Returned by

webhookUpdate mutation