WebhookUpdate
Result of webhookUpdate mutation.
type WebhookUpdate {
webhook: Webhook
webhookErrors: [WebhookError!]!
}
Fields
WebhookUpdate.webhook ● Webhook object
The updated webhook.
WebhookUpdate.webhookErrors ● [WebhookError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
webhookUpdate mutation