Skip to main content

WebhookMutationResponse

Response for webhook mutations

type WebhookMutationResponse {
success: Boolean!
webhook: Webhook
secret: String
errors: [String!]
}

Fields

WebhookMutationResponse.success ● Boolean! non-null scalar

WebhookMutationResponse.webhook ● Webhook object

WebhookMutationResponse.secret ● String scalar

WebhookMutationResponse.errors ● [String!] list scalar

Returned By

createWebhook mutation ● deleteWebhook mutation ● rotateWebhookSecret mutation ● updateWebhook mutation