Skip to main content

UnregisterWebhookResult

Never query the error type directly, always access errors through the ErrorInterface to guarantee no breaking changes.

union UnregisterWebhookResult = Success | Webhook | WebhookNotFoundError

Possible types

UnregisterWebhookResult.Success object

This is placeholder type for mutations that do not have a result (i.e. void).

UnregisterWebhookResult.Webhook object

A registered webhook endpoint that receives POST notifications when platform events occur.

UnregisterWebhookResult.WebhookNotFoundError object

Error which occurs when the webhook requested does not exist.

Returned By

unregisterWebhook mutation