WebhookUpdate Object
Updates a webhook subscription.
type WebhookUpdate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}
Fields
errors ● [WebhookError!]!
webhook ● Webhook
Show deprecated
Returned By
webhookUpdate mutation