OBJECT
SubscriptionTypeV2
Description
The event or audit subscription information to which the webhook is subscribed.
link GraphQL Schema definition
- type SubscriptionTypeV2 {
- # The audit subscription information.
- : AuditSubscription
- # The event subscription information.
- : EventSubscription
- }