INPUT_OBJECT
SubscriptionSeverityInput
Description
Input for the event and audit severities that the webhook is subscribed to.
link GraphQL Schema definition
- input SubscriptionSeverityInput {
- # Input for the event severities that the webhook is subscribed to.
- ActivitySeverityEnum!] : [
- # Input for the audit severities that the webhook is subscribed to.
- UserAuditSeverityEnum!] : [
- }