UpdateWebhookPayload
Result of updating a webhook subscription.
type UpdateWebhookPayload {
data: WebhookSubscription
error: String
}
Fields
UpdateWebhookPayload.data ● WebhookSubscription object
UpdateWebhookPayload.error ● String scalar
Returned By
updateWebhook mutation