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