Skip to main content

WebhookReactivatePayload

Autogenerated return type of WebhookReactivate

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

Fields

WebhookReactivatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input

WebhookReactivatePayload.webhook ● Webhook object common

Returned by

webhookReactivate mutation