INPUT_OBJECT
WebhookEventSubscriptionInput
Description
Event subscription settings.
link GraphQL Schema definition
- input WebhookEventSubscriptionInput {
- # The event types to subscribe to.
- : [EventType!]!
- # Whether the webhook is subscribed to all events.
- : Boolean
- # Whether the webhook is subscribed to all object types.
- : Boolean
- # The object types to subscribe to.
- : [EventObjectType!]!
- # The severity levels to subscribe to.
- : [EventSeverity!]!
- # The template information.
- : WebhookTemplateInfoInput!
- }