OBJECT
A configured webhook
type Webhook {# The type of webhookevent_type: String # The unique identifier of the webhookid: ID! # Whether the webhook is enabled or notis_enabled: Boolean # The URL that the webhook will be sent tourl: String }