OBJECT
Webhook
link GraphQL Schema definition
- type Webhook {
- # The unique identifier of the webhook.
- String! :
- # The user associated with the webhook.
- User! :
- # The Reaction object representing the reaction to be triggered when the webhook
- # is activated.
- Reaction! :
- # The Service object representing the external service from which the webhook
- # originates.
- Service! :
- }